Upgrade build-tools from 3.5.3 to 3.6.6 and gradle from 5.4.1 to 5.6.4
This commit is contained in:
parent
1de819b0a3
commit
542d11d7f1
|
@ -18,6 +18,8 @@ SDK API changes ⚠️:
|
||||||
|
|
||||||
Build 🧱:
|
Build 🧱:
|
||||||
- Fix lint false-positive about WorkManger (#1012)
|
- Fix lint false-positive about WorkManger (#1012)
|
||||||
|
- Upgrade build-tools from 3.5.3 to 3.6.6
|
||||||
|
- Upgrade gradle from 5.4.1 to 5.6.4
|
||||||
|
|
||||||
Other changes:
|
Other changes:
|
||||||
-
|
-
|
||||||
|
|
|
@ -10,7 +10,7 @@ buildscript {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:3.5.3'
|
classpath 'com.android.tools.build:gradle:3.6.3'
|
||||||
classpath 'com.google.gms:google-services:4.3.2'
|
classpath 'com.google.gms:google-services:4.3.2'
|
||||||
classpath "com.airbnb.okreplay:gradle-plugin:1.5.0"
|
classpath "com.airbnb.okreplay:gradle-plugin:1.5.0"
|
||||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#Fri Sep 27 10:10:35 CEST 2019
|
#Thu Jul 02 12:33:07 CEST 2020
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
|
||||||
|
|
Loading…
Reference in New Issue