Skip to content

Commit

Permalink
Merge pull request #66 from keiji/dependabot/gradle/android-app/org.j…
Browse files Browse the repository at this point in the history
…etbrains.kotlin.android-2.0.21

Bump org.jetbrains.kotlin.android from 2.0.20 to 2.0.21 in /android-app
  • Loading branch information
keiji authored Oct 21, 2024
2 parents 962e375 + f83fb52 commit 090fbca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
plugins {
id 'com.android.application' version '8.7.0' apply false
id 'com.android.library' version '8.7.1' apply false
id 'org.jetbrains.kotlin.android' version '2.0.20' apply false
id 'org.jetbrains.kotlin.android' version '2.0.21' apply false
}

Properties sonaTypeProps = new Properties()
Expand Down

0 comments on commit 090fbca

Please sign in to comment.