mirror of https://github.com/iSoron/uhabits.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
417 B
19 lines
417 B
VERSION_CODE = 50
|
|
VERSION_NAME = 1.8.7
|
|
|
|
MIN_SDK_VERSION = 21
|
|
TARGET_SDK_VERSION = 29
|
|
COMPILE_SDK_VERSION = 29
|
|
|
|
DAGGER_VERSION = 2.25.4
|
|
KOTLIN_VERSION = 1.3.61
|
|
SUPPORT_LIBRARY_VERSION = 28.0.0
|
|
AUTO_FACTORY_VERSION = 1.0-beta6
|
|
BUILD_TOOLS_VERSION = 4.0.0
|
|
|
|
org.gradle.parallel=false
|
|
org.gradle.daemon=true
|
|
org.gradle.jvmargs=-Xms2048m -Xmx2048m -XX:MaxPermSize=2048m
|
|
android.useAndroidX=true
|
|
android.enableJetifier=true
|