Browse Source

Upgrade gradle plugin

Guy Carmeli 6 years ago
parent
commit
bc6596bdba
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      lib/android/app/build.gradle
  2. 1
    1
      playground/android/build.gradle

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

3
 
3
 
4
 android {
4
 android {
5
     compileSdkVersion 25
5
     compileSdkVersion 25
6
-    buildToolsVersion "27.0.1"
6
+    buildToolsVersion '27.0.3'
7
 
7
 
8
     defaultConfig {
8
     defaultConfig {
9
         minSdkVersion 19
9
         minSdkVersion 19

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

8
         jcenter()
8
         jcenter()
9
     }
9
     }
10
     dependencies {
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
         // NOTE: Do not place your application dependencies here; they belong
13
         // NOTE: Do not place your application dependencies here; they belong
14
         // in the individual module build.gradle files
14
         // in the individual module build.gradle files