mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
kotlin update (1.3.50)
This commit is contained in:
@@ -6,7 +6,7 @@ TARGET_SDK_VERSION = 27
|
||||
COMPILE_SDK_VERSION = 27
|
||||
|
||||
DAGGER_VERSION = 2.9
|
||||
KOTLIN_VERSION = 1.2.41
|
||||
KOTLIN_VERSION = 1.3.50
|
||||
SUPPORT_LIBRARY_VERSION = 27.1.1
|
||||
AUTO_FACTORY_VERSION = 1.0-beta6
|
||||
|
||||
|
||||
@@ -100,7 +100,7 @@ dependencies {
|
||||
implementation "org.apmem.tools:layouts:1.10"
|
||||
implementation "com.google.code.gson:gson:2.7"
|
||||
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 "com.google.auto.factory:auto-factory:${AUTO_FACTORY_VERSION}"
|
||||
|
||||
Reference in New Issue
Block a user