Selaa lähdekoodia

Upgrade gradle plugin

Guy Carmeli 6 vuotta sitten
vanhempi
commit
bc6596bdba
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1
    1
      lib/android/app/build.gradle
  2. 1
    1
      playground/android/build.gradle

+ 1
- 1
lib/android/app/build.gradle Näytä tiedosto

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

+ 1
- 1
playground/android/build.gradle Näytä tiedosto

@@ -8,7 +8,7 @@ buildscript {
8 8
         jcenter()
9 9
     }
10 10
     dependencies {
11
-        classpath 'com.android.tools.build:gradle:3.0.1'
11
+        classpath 'com.android.tools.build:gradle:3.1.0'
12 12
 
13 13
         // NOTE: Do not place your application dependencies here; they belong
14 14
         // in the individual module build.gradle files