Browse Source

Downgrade gradle version from 3.1.4 to 3.1.0

Shalom Yerushalmy 6 years ago
parent
commit
f36f5dc0c3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lib/android/build.gradle

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

8
         jcenter()
8
         jcenter()
9
     }
9
     }
10
     dependencies {
10
     dependencies {
11
-        classpath 'com.android.tools.build:gradle:3.1.4'
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