浏览代码

bumped support lib to latest version of 23

Andy Scherzinger 9 年之前
父节点
当前提交
9474658bcd
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      build.gradle

+ 4 - 1
build.gradle

@@ -17,7 +17,7 @@ buildscript {
 apply plugin: 'com.android.application'
 
 ext {
-    supportLibraryVersion = '23.1.1'
+    supportLibraryVersion = '23.4.0'
 }
 
 repositories {
@@ -54,6 +54,9 @@ dependencies {
     // Android JUnit Runner
     androidTestCompile 'com.android.support.test:runner:0.5'
 
+    // Android Annotation Support
+    androidTestCompile "com.android.support:support-annotations:${supportLibraryVersion}"
+
     // Espresso core
     androidTestCompile 'com.android.support.test.espresso:espresso-core:2.2.2'