Move version numbers from build.gradle to gradle.properties

This commit is contained in:
2017-07-23 10:03:09 -04:00
parent 57dc19550d
commit 89400e281e
6 changed files with 74 additions and 70 deletions

View File

@@ -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