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,7 +20,7 @@ def enableProguardInReleaseBuilds = false
20 20
 
21 21
 android {
22 22
     compileSdkVersion 23
23
-    buildToolsVersion "23.0.3"
23
+    buildToolsVersion "25.0.1"
24 24
 
25 25
     defaultConfig {
26 26
         applicationId "com.example"

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

@@ -5,7 +5,7 @@ buildscript {
5 5
         jcenter()
6 6
     }
7 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 10
         // NOTE: Do not place your application dependencies here; they belong
11 11
         // in the individual module build.gradle files