Skip to content

Commit

Permalink
Update Kotlin to 1.9.20-RC
Browse files Browse the repository at this point in the history
  • Loading branch information
terrakok committed Oct 11, 2023
1 parent ba7829f commit be718cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ plugins {
//trick: for the same plugin versions in all sub-modules
id("com.android.application").version("8.1.2").apply(false)
id("com.android.library").version("8.1.2").apply(false)
kotlin("android").version("1.9.20-Beta2").apply(false)
kotlin("multiplatform").version("1.9.20-Beta2").apply(false)
kotlin("android").version("1.9.20-RC").apply(false)
kotlin("multiplatform").version("1.9.20-RC").apply(false)
}
2 changes: 1 addition & 1 deletion shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ kotlin {
}

android {
compileSdk = 33
compileSdk = 34
sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml")
defaultConfig {
minSdk = 21
Expand Down

0 comments on commit be718cb

Please sign in to comment.