浏览代码

update example

Daniel Zlotin 8 年前
父节点
当前提交
0a92bbea44
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      example/android/app/build.gradle
  2. 1
    1
      example/android/build.gradle

+ 1
- 1
example/android/app/build.gradle 查看文件

20
 
20
 
21
 android {
21
 android {
22
     compileSdkVersion 23
22
     compileSdkVersion 23
23
-    buildToolsVersion "23.0.3"
23
+    buildToolsVersion "25.0.1"
24
 
24
 
25
     defaultConfig {
25
     defaultConfig {
26
         applicationId "com.example"
26
         applicationId "com.example"

+ 1
- 1
example/android/build.gradle 查看文件

5
         jcenter()
5
         jcenter()
6
     }
6
     }
7
     dependencies {
7
     dependencies {
8
-        classpath 'com.android.tools.build:gradle:2.2.0'
8
+        classpath 'com.android.tools.build:gradle:2.2.2'
9
 
9
 
10
         // NOTE: Do not place your application dependencies here; they belong
10
         // NOTE: Do not place your application dependencies here; they belong
11
         // in the individual module build.gradle files
11
         // in the individual module build.gradle files