Update Kotlin to 1.7.0

This commit is contained in:
topjohnwu 2022-06-11 03:41:02 -07:00
parent 50edb8d072
commit 7e61716277
2 changed files with 5 additions and 5 deletions

View File

@ -97,7 +97,7 @@ dependencies {
implementation("com.squareup.moshi:moshi:${vMoshi}")
kapt("com.squareup.moshi:moshi-kotlin-codegen:${vMoshi}")
val vRoom = "2.4.2"
val vRoom = "2.5.0-alpha02"
implementation("androidx.room:room-runtime:${vRoom}")
implementation("androidx.room:room-ktx:${vRoom}")
kapt("androidx.room:room-compiler:${vRoom}")
@ -109,12 +109,12 @@ dependencies {
implementation("androidx.biometric:biometric:1.1.0")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
implementation("androidx.appcompat:appcompat:1.4.1")
implementation("androidx.appcompat:appcompat:1.4.2")
implementation("androidx.preference:preference:1.2.0")
implementation("androidx.recyclerview:recyclerview:1.2.1")
implementation("androidx.fragment:fragment-ktx:1.4.1")
implementation("androidx.transition:transition:1.4.1")
implementation("androidx.core:core-ktx:1.7.0")
implementation("androidx.core:core-ktx:1.8.0")
implementation("androidx.core:core-splashscreen:1.0.0-rc01")
implementation("com.google.android.material:material:1.6.0")
implementation("com.google.android.material:material:1.6.1")
}

View File

@ -24,7 +24,7 @@ tasks.withType<KotlinCompile> {
}
dependencies {
implementation(kotlin("gradle-plugin", "1.6.21"))
implementation(kotlin("gradle-plugin", "1.7.0"))
implementation("com.android.tools.build:gradle:7.2.1")
implementation("androidx.navigation:navigation-safe-args-gradle-plugin:2.5.0-rc01")
implementation("io.michaelrocks:paranoid-gradle-plugin:0.3.7")