mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 18:56:44 -04:00
#2130 Upgrade Kotlin to 1.3.72 - bump version
This commit is contained in:
parent
fda37a3e92
commit
7cd8862397
@ -12,7 +12,7 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
implementation("com.android.tools.build:gradle:3.5.3")
|
||||
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.70")
|
||||
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.72")
|
||||
implementation("com.hiya:jacoco-android:0.2")
|
||||
implementation("org.jlleitschuh.gradle:ktlint-gradle:9.2.1")
|
||||
implementation("com.google.apis:google-api-services-androidpublisher:v3-rev129-1.25.0")
|
||||
|
@ -15,7 +15,7 @@ object Versions {
|
||||
|
||||
const val com_squareup_retrofit2: String = "2.5.0" // available: "2.7.1"
|
||||
|
||||
const val org_jetbrains_kotlin: String = "1.3.70"
|
||||
const val org_jetbrains_kotlin: String = "1.3.72"
|
||||
|
||||
const val com_google_dagger: String = "2.26"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user