Browse Source

update build gradle

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

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

3
 
3
 
4
 android {
4
 android {
5
     compileSdkVersion 23
5
     compileSdkVersion 23
6
-    buildToolsVersion "25"
6
+    buildToolsVersion "25.0.1"
7
 
7
 
8
     defaultConfig {
8
     defaultConfig {
9
         minSdkVersion 16
9
         minSdkVersion 16

+ 1
- 1
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