kotlin update (1.3.50)

pull/517/head
oleg.industry 6 years ago committed by olegivo
parent 95af0217ff
commit 8717ad6ad0

@ -6,7 +6,7 @@ TARGET_SDK_VERSION = 27
COMPILE_SDK_VERSION = 27 COMPILE_SDK_VERSION = 27
DAGGER_VERSION = 2.9 DAGGER_VERSION = 2.9
KOTLIN_VERSION = 1.2.41 KOTLIN_VERSION = 1.3.50
SUPPORT_LIBRARY_VERSION = 27.1.1 SUPPORT_LIBRARY_VERSION = 27.1.1
AUTO_FACTORY_VERSION = 1.0-beta6 AUTO_FACTORY_VERSION = 1.0-beta6

@ -100,7 +100,7 @@ dependencies {
implementation "org.apmem.tools:layouts:1.10" implementation "org.apmem.tools:layouts:1.10"
implementation "com.google.code.gson:gson:2.7" implementation "com.google.code.gson:gson:2.7"
implementation "com.google.code.findbugs:jsr305:3.0.2" implementation "com.google.code.findbugs:jsr305:3.0.2"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$KOTLIN_VERSION" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$KOTLIN_VERSION"
compileOnly "javax.annotation:jsr250-api:1.0" compileOnly "javax.annotation:jsr250-api:1.0"
compileOnly "com.google.auto.factory:auto-factory:${AUTO_FACTORY_VERSION}" compileOnly "com.google.auto.factory:auto-factory:${AUTO_FACTORY_VERSION}"

Loading…
Cancel
Save