Skip to content

Commit

Permalink
change version reference (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
l2hyunwoo authored Dec 14, 2023
1 parent 8adfa0f commit 3c48c21
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ sentry-android = "7.0.0"
process-pheonix = "2.1.2"
amplitude = "1.12.2"
spotless = "6.23.3"
org-jetbrains-kotlin-jvm = "1.9.20"

[libraries]
agp = { module = "com.android.tools.build:gradle", version.ref = "gradleplugin" }
Expand Down Expand Up @@ -224,4 +223,4 @@ sentry = { id = "io.sentry.android.gradle", version.ref = "sentry" }
junit5 = { id = "de.mannodermaus.android-junit5", version.ref = "junit5-plugin" }
app-distribution = { id = "com.google.firebase.appdistribution", version.ref = "app-distribution" }
spotless = { id = "com.diffplug.spotless", version.ref = "spotless" }
org-jetbrains-kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "org-jetbrains-kotlin-jvm" }
org-jetbrains-kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }

0 comments on commit 3c48c21

Please sign in to comment.