Browse Source

update example

Daniel Zlotin 7 years ago
parent
commit
0a92bbea44
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      example/android/app/build.gradle
  2. 1
    1
      example/android/build.gradle

+ 1
- 1
example/android/app/build.gradle View File

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 View File

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