Daniel Zlotin преди 7 години
родител
ревизия
7af4cc3971
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1
    1
      android/app/build.gradle
  2. 1
    1
      android/build.gradle

+ 1
- 1
android/app/build.gradle Целия файл

@@ -3,7 +3,7 @@ apply from: '../prepare-robolectric.gradle'
3 3
 
4 4
 android {
5 5
     compileSdkVersion 23
6
-    buildToolsVersion "25"
6
+    buildToolsVersion "25.0.1"
7 7
 
8 8
     defaultConfig {
9 9
         minSdkVersion 16

+ 1
- 1
android/build.gradle Целия файл

@@ -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