Skip to content

Commit

Permalink
Bump org.jetbrains.kotlin.jvm from 2.0.0-Beta2 to 2.0.0-Beta4 (#499)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent d3450e7 commit 2eb2fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
id("com.android.application") version "8.4.0-alpha03" apply false
id("com.android.library") version "8.4.0-alpha03" apply false
id("org.jetbrains.kotlin.android") version "2.0.0-Beta2" apply false
id("org.jetbrains.kotlin.jvm") version "2.0.0-Beta2" apply false
id("org.jetbrains.kotlin.jvm") version "2.0.0-Beta4" apply false
id("dev.rikka.tools.materialthemebuilder") version "1.3.3" apply false
}

Expand Down

0 comments on commit 2eb2fed

Please sign in to comment.