mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Upgrade to Android Gradle plugin 4.1.0
This commit is contained in:
@@ -7,8 +7,8 @@ android {
|
|||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion MIN_SDK_VERSION as Integer
|
minSdkVersion MIN_SDK_VERSION as Integer
|
||||||
targetSdkVersion TARGET_SDK_VERSION as Integer
|
targetSdkVersion TARGET_SDK_VERSION as Integer
|
||||||
versionCode VERSION_CODE as Integer
|
buildConfigField 'int', 'VERSION_CODE', "$VERSION_CODE"
|
||||||
versionName "$VERSION_NAME"
|
buildConfigField 'String', 'VERSION_NAME', "\"$VERSION_NAME\""
|
||||||
}
|
}
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ KOTLIN_VERSION = 1.4.0
|
|||||||
KX_COROUTINES_VERSION = 1.4.2
|
KX_COROUTINES_VERSION = 1.4.2
|
||||||
SUPPORT_LIBRARY_VERSION = 28.0.0
|
SUPPORT_LIBRARY_VERSION = 28.0.0
|
||||||
AUTO_FACTORY_VERSION = 1.0-beta6
|
AUTO_FACTORY_VERSION = 1.0-beta6
|
||||||
BUILD_TOOLS_VERSION = 4.0.0
|
BUILD_TOOLS_VERSION = 4.1.0
|
||||||
KTOR_VERSION=1.4.2
|
KTOR_VERSION=1.4.2
|
||||||
|
|
||||||
org.gradle.parallel=false
|
org.gradle.parallel=false
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
|
#Sat Nov 28 09:55:24 CST 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-6.1.1-all.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip
|
||||||
|
|||||||
Reference in New Issue
Block a user