Skip to content

Commit

Permalink
fix versions to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
odaridavid committed Jun 14, 2024
1 parent 09af9d9 commit cbba01b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ buildscript {

versionCatalogUpdate {
pin {
versions.addAll("kotlin-android", "crashlytics-plugin")
versions.addAll("kotlin-android")
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
about-lib = "11.2.1"
activity-compose = "1.9.0"
android-gradle-plugin = "8.5.0-rc02"
android-gradle-plugin = "8.4.1"
androidx-test-rules = "1.6.0-rc01"
androidx-test-runner = "1.6.0-rc01"
chucker = "4.0.0"
Expand Down

0 comments on commit cbba01b

Please sign in to comment.