Skip to content

Commit

Permalink
Updated Kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed May 25, 2024
1 parent 4ba5a6e commit 928bbb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ buildscript {
// https://github.com/bugsnag/bugsnag-android-gradle-plugin
// https://mvnrepository.com/artifact/com.bugsnag/bugsnag-android-gradle-plugin
classpath "com.bugsnag:bugsnag-android-gradle-plugin:8.1.0"
// https://kotlinlang.org/docs/releases.html#release-details
// https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-gradle-plugin
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.23"
classpath "org.jetbrains.kotlin:kotlin-android-extensions:1.9.23"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.24"
classpath "org.jetbrains.kotlin:kotlin-android-extensions:1.9.24"
// https://plugins.gradle.org/plugin/de.undercouch.download
classpath "de.undercouch:gradle-download-task:5.6.0"
}
Expand Down

0 comments on commit 928bbb9

Please sign in to comment.