Update to Kotlin 1.4.10, coroutines 1.3.9, Kotlinter 3.0.2 (#594)

This commit is contained in:
arkon 2020-09-16 00:31:40 -04:00 committed by GitHub
parent f10f8c6b64
commit 9f15f25f43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
267 changed files with 4025 additions and 2848 deletions

View file

@ -2,7 +2,7 @@ object Versions {
const val ACRA = "4.9.2"
const val CHUCKER = "3.2.0"
const val COIL = "0.11.0"
const val COROUTINES = "1.3.5"
const val COROUTINES = "1.3.9"
const val FASTADAPTER = "5.0.0"
const val HYPERION = "0.9.27"
const val NUCLEUS = "3.0.0"
@ -10,7 +10,7 @@ object Versions {
const val OSS_LICENSE = "17.0.0"
const val RETROFIT = "2.7.2"
const val ROBO_ELECTRIC = "3.1.4"
const val RX_BINDING ="1.0.1"
const val RX_BINDING = "1.0.1"
const val TIMBER = "4.7.1"
const val WORKMANAGER = "2.3.3"
}
@ -25,12 +25,12 @@ object AndroidVersions {
}
object BuildPluginsVersion {
const val AGP = "com.android.tools.build:gradle:4.0.0"
const val KOTLIN = "1.3.72"
const val AGP = "com.android.tools.build:gradle:4.0.1"
const val KOTLIN = "1.4.10"
const val ANDROID_EXTENSIONS = "org.jetbrains.kotlin:kotlin-android-extensions:$KOTLIN"
const val KOTLIN_GRADLE = "org.jetbrains.kotlin:kotlin-gradle-plugin:$KOTLIN"
const val KOTLINTER = "org.jmailen.gradle:kotlinter-gradle:2.3.2"
const val KOTLINTER = "org.jmailen.gradle:kotlinter-gradle:3.0.2"
const val GOOGLE_SERVICES = "com.google.gms:google-services:4.3.3"
const val OSS_LICENSE = "com.google.android.gms:oss-licenses-plugin:0.10.2"
const val VERSIONS_PLUGIN = "0.28.0"
}
}