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.
17 lines
362 B
17 lines
362 B
VERSION_CODE = 35
|
|
VERSION_NAME = 1.7.8
|
|
|
|
MIN_SDK_VERSION = 19
|
|
TARGET_SDK_VERSION = 27
|
|
COMPILE_SDK_VERSION = 27
|
|
|
|
DAGGER_VERSION = 2.9
|
|
BUILD_TOOLS_VERSION = 27.0.3
|
|
KOTLIN_VERSION = 1.2.41
|
|
SUPPORT_LIBRARY_VERSION = 27.1.1
|
|
AUTO_FACTORY_VERSION = 1.0-beta6
|
|
|
|
org.gradle.parallel=false
|
|
org.gradle.daemon=true
|
|
org.gradle.jvmargs=-Xms2048m -Xmx2048m -XX:MaxPermSize=2048m
|