Skip to content

Commit

Permalink
Update libs for Android 15 QPR1
Browse files Browse the repository at this point in the history
  • Loading branch information
grote committed Jan 2, 2025
1 parent 77a3615 commit bc575ac
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[versions]
# Gradle plugin versions
androidGradlePlugin = "8.6.0"
androidGradlePlugin = "8.6.1"
protobufPlugin = "0.9.4"
ktlint = "11.5.0"

Expand All @@ -32,7 +32,7 @@ espresso = "3.4.0"
# 1.9.0 Android 14 (QPR2)
# 1.9.22 Android 14 (QPR3)
# 1.9.23 Android 15
# Check: https://android.googlesource.com/platform/external/kotlinc/+/refs/tags/android-15.0.0_r1/build.txt
# Check: https://android.googlesource.com/platform/external/kotlinc/+/refs/heads/android15-qpr1-release/build.txt
kotlin = { strictly = "1.9.23" }
ksp = "1.9.23-1.0.20" # Keep in match with kotlin version
dokka = "1.9.20" # Dokka has no releases after 1.9.20
Expand All @@ -45,40 +45,40 @@ logging = { strictly = "6.0.3" }
slf4j-api = { strictly = "2.0.16" }

# Google versions
# https://android.googlesource.com/platform/external/protobuf/+/refs/tags/android-15.0.0_r1/java/pom.xml#7
# https://android.googlesource.com/platform/external/protobuf/+/refs/heads/android15-qpr1-release/java/pom.xml#7
protobuf = { strictly = "3.21.12" }
# https://android.googlesource.com/platform/prebuilts/sdk/+/refs/tags/android-15.0.0_r1/current/extras/material-design-x/Android.bp#7
# https://android.googlesource.com/platform/prebuilts/sdk/+/refs/heads/android15-qpr1-release/current/extras/material-design-x/Android.bp#7
material = { strictly = "1.11.0" }
# careful with upgrading tink, so old backups continue to be decryptable
# https://github.com/tink-crypto/tink-java/releases
tink = { strictly = "1.15.0" }

# Coroutines versions
# https://android.googlesource.com/platform/external/kotlinx.coroutines/+/refs/tags/android-15.0.0_r1/CHANGES.md
# https://android.googlesource.com/platform/external/kotlinx.coroutines/+/refs/heads/android15-qpr1-release/CHANGES.md
coroutines = { strictly = "1.7.3" } # AOSP has 1.7.2 but several libs require 1.7.3

# AndroidX versions
# https://android.googlesource.com/platform/prebuilts/sdk/+/android-15.0.0_r1/current/androidx/m2repository/androidx/room/room-ktx?autodive=0
room = { strictly = "2.7.0-alpha03" }
# https://android.googlesource.com/platform/prebuilts/sdk/+/android-15.0.0_r1/current/androidx/m2repository/androidx/core/core-ktx?autodive=0
androidx-core = { strictly = "1.14.0-alpha01" }
# https://android.googlesource.com/platform/prebuilts/sdk/+/android-15.0.0_r1/current/androidx/m2repository/androidx/fragment/fragment-ktx?autodive=0
androidx-fragment = { strictly = "1.8.0-rc01" }
# https://android.googlesource.com/platform/prebuilts/sdk/+/android-15.0.0_r1/current/androidx/m2repository/androidx/activity/activity-ktx?autodive=0
androidx-activity = { strictly = "1.9.2" } # 1.10.0-alpha01 in AOSP but has compile SDK version issues
# https://android.googlesource.com/platform/prebuilts/sdk/+/android15-qpr1-release/current/androidx/m2repository/androidx/room/room-ktx?autodive=0
room = { strictly = "2.7.0-alpha05" }
# https://android.googlesource.com/platform/prebuilts/sdk/+/android15-qpr1-release/current/androidx/m2repository/androidx/core/core-ktx?autodive=0
androidx-core = { strictly = "1.15.0-beta01" }
# https://android.googlesource.com/platform/prebuilts/sdk/+/android15-qpr1-release/current/androidx/m2repository/androidx/fragment/fragment-ktx?autodive=0
androidx-fragment = { strictly = "1.8.5" } # 1.9.0-alpha01 in AOSP but isn't released
# https://android.googlesource.com/platform/prebuilts/sdk/+/android15-qpr1-release/current/androidx/m2repository/androidx/activity/activity-ktx?autodive=0
androidx-activity = { strictly = "1.10.0-alpha02" }
# https://android.googlesource.com/platform/prebuilts/sdk/+/android-14.0.0_r29/current/androidx/m2repository/androidx/preference/preference?autodive=0
androidx-preference = { strictly = "1.2.0-alpha01" } # 1.3.0-alpha01 in AOSP but isn't released
# https://android.googlesource.com/platform/prebuilts/sdk/+/android-15.0.0_r1/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx?autodive=0
androidx-lifecycle-viewmodel-ktx = { strictly = "2.9.0-alpha01" }
androidx-lifecycle-livedata-ktx = { strictly = "2.9.0-alpha01" }
# https://android.googlesource.com/platform/prebuilts/sdk/+/android-15.0.0_r1/current/androidx/m2repository/androidx/constraintlayout/constraintlayout?autodive=0
androidx-constraintlayout = { strictly = "2.2.0-alpha13" }
# https://android.googlesource.com/platform/prebuilts/sdk/+/android-15.0.0_r1/current/androidx/m2repository/androidx/documentfile/documentfile?autodive=0
androidx-preference = { strictly = "1.2.1" } # 1.3.0-alpha01 in AOSP but isn't released
# https://android.googlesource.com/platform/prebuilts/sdk/+/android15-qpr1-release/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx?autodive=0
androidx-lifecycle-viewmodel-ktx = { strictly = "2.9.0-alpha03" }
androidx-lifecycle-livedata-ktx = { strictly = "2.9.0-alpha03" }
# https://android.googlesource.com/platform/prebuilts/sdk/+/android15-qpr1-release/current/androidx/m2repository/androidx/constraintlayout/constraintlayout?autodive=0
androidx-constraintlayout = { strictly = "2.2.0-beta01" }
# https://android.googlesource.com/platform/prebuilts/sdk/+/android15-qpr1-release/current/androidx/m2repository/androidx/documentfile/documentfile?autodive=0
androidx-documentfile = { strictly = "1.1.0-alpha01" } # 1.1.0-alpha02 in AOSP but isn't released
# https://android.googlesource.com/platform/prebuilts/sdk/+/android-15.0.0_r1/current/androidx/m2repository/androidx/work/work-runtime-ktx?autodive=0
androidx-work-runtime = { strictly = "2.10.0-alpha02" }
# https://android.googlesource.com/platform/prebuilts/sdk/+/android15-qpr1-release/current/androidx/m2repository/androidx/work/work-runtime-ktx?autodive=0
androidx-work-runtime = { strictly = "2.10.0-beta01" }

# https://android.googlesource.com/platform/external/okio/+/refs/tags/android-14.0.0_r53/CHANGELOG.md
# https://android.googlesource.com/platform/external/okio/+/refs/heads/android15-qpr1-release/CHANGELOG.md
squareup-okio = { strictly = "3.7.0" }

[libraries]
Expand Down

0 comments on commit bc575ac

Please sign in to comment.