Skip to content

Commit

Permalink
Merge pull request #159 from gradle/tt/update-deps
Browse files Browse the repository at this point in the history
Update AGP, Kotlin, and other deps
  • Loading branch information
tresat authored Jan 22, 2025
2 parents 24ea13e + 0e10663 commit 60ebdfc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions unified-prototype/unified-plugin/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[versions]
# Kotlin Libs
# Find latest version at: https://kotlinlang.org/docs/releases.html#release-details
kotlin = "2.0.20"
ksp = "2.0.20-1.0.25"
kotlin = "2.0.21"
ksp = "2.0.21-1.0.28"

# Android Libs
# Find latest version at: https://developer.android.com/reference/tools/gradle-api
android = "8.6.1"
androidTools = "31.3.0"
baselineProfile = "1.3.0"
firebaseCrashlytics = "2.9.9"
android = "8.10.0-alpha01"
androidTools = "31.8.0"
baselineProfile = "1.3.3"
firebaseCrashlytics = "3.0.2"
firebasePerf = "1.4.2"
gms = "4.4.1"
gms = "4.4.2"
hilt = "2.52"
room = "2.6.1"

Expand Down

0 comments on commit 60ebdfc

Please sign in to comment.