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

@@ -14,7 +14,7 @@ dependencies {
compileOnly 'com.google.auto.factory:auto-factory:1.0-beta3'
compileOnly 'com.google.dagger:dagger:2.11-rc2'
implementation 'com.android.support:support-annotations:25.3.1'
implementation "com.android.support:support-annotations:$SUPPORT_LIBRARY_VERSION"
implementation 'com.google.code.findbugs:jsr305:3.0.2'
implementation 'org.apache.commons:commons-lang3:3.5'
implementation 'com.google.code.gson:gson:2.7'