mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 01:08:50 -06:00
Move version numbers from build.gradle to gradle.properties
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
MIN_SDK_VERSION = 19
|
||||
TARGET_SDK_VERSION = 25
|
||||
COMPILE_SDK_VERSION = 25
|
||||
|
||||
DAGGER_VERSION = 2.9
|
||||
BUILD_TOOLS_VERSION = 26.0.0
|
||||
KOTLIN_VERSION = 1.1.2-4
|
||||
SUPPORT_LIBRARY_VERSION = 25.3.1
|
||||
|
||||
org.gradle.parallel=false
|
||||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xms2048m -Xmx2048m -XX:MaxPermSize=2048m
|
||||
|
||||
Reference in New Issue
Block a user