diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-07-12 15:52:32 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2023-07-12 16:22:27 +0530 |
commit | 57eea035ca6dc1e3a72ee767c9d3cc67bcac3b38 (patch) | |
tree | 6438fc0733f52e78108ac5a45ef6367f2343a94f /gradle/libs.versions.toml | |
parent | bfd51efca44c0ed565e9cf45bd64a3f0de3385ed (diff) |
chore(deps): upgrade AndroidX to current alpha
Diffstat (limited to 'gradle/libs.versions.toml')
-rw-r--r-- | gradle/libs.versions.toml | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 74495a2a..ef203125 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,8 @@ [versions] agp = "8.2.0-alpha12" -androidxActivity = "1.7.2" +androidxActivity = "1.8.0-alpha06" bouncycastle = "1.75" +moshi = "1.15.0" # @keep used for kotlinCompilerExtensionVersion composeCompiler = "1.5.0-dev-k1.9.0-6a60475e07f" coroutines = "1.7.2" @@ -16,21 +17,21 @@ lifecycle = "2.6.1" android-desugarJdkLibs = "com.android.tools:desugar_jdk_libs:2.0.3" androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidxActivity" } androidx-activity-ktx = { module = "androidx.activity:activity-ktx", version.ref = "androidxActivity" } -androidx-annotation = "androidx.annotation:annotation:1.6.0" +androidx-annotation = "androidx.annotation:annotation:1.7.0-alpha02" androidx-appcompat = "androidx.appcompat:appcompat:1.7.0-alpha02" -androidx-autofill = "androidx.autofill:autofill:1.2.0-beta01" +androidx-autofill = "androidx.autofill:autofill:1.3.0-alpha01" androidx-biometricKtx = "androidx.biometric:biometric-ktx:1.2.0-alpha05" androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.2.0-alpha10" androidx-core-ktx = "androidx.core:core-ktx:1.10.1" androidx-documentfile = "androidx.documentfile:documentfile:1.1.0-alpha01" -androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.6.0" +androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.7.0-alpha01" androidx-lifecycle-common = { module = "androidx.lifecycle:lifecycle-common", version.ref = "lifecycle" } androidx-lifecycle-livedataKtx = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "lifecycle" } androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle" } androidx-lifecycle-viewmodelKtx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycle" } androidx-material = "com.google.android.material:material:1.9.0" androidx-preference = "androidx.preference:preference:1.2.0" -androidx-recyclerview = "androidx.recyclerview:recyclerview:1.3.0" +androidx-recyclerview = "androidx.recyclerview:recyclerview:1.3.1-rc01" androidx-recyclerviewSelection = "androidx.recyclerview:recyclerview-selection:1.2.0-alpha01" androidx-security = "androidx.security:security-crypto-ktx:1.1.0-alpha06" androidx-swiperefreshlayout = "androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01" @@ -43,8 +44,8 @@ build-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.r build-ktfmt = "com.facebook:ktfmt:0.44" build-mavenpublish = "com.vanniktech:gradle-maven-publish-plugin:0.25.3" build-metalava = "me.tylerbwong.gradle.metalava:plugin:0.3.3" -build-moshi = "com.squareup.moshi:moshi:1.15.0" -build-moshi-kotlin = "com.squareup.moshi:moshi-kotlin:1.15.0" +build-moshi = { module = "com.squareup.moshi:moshi", version.ref = "moshi" } +build-moshi-kotlin = { module = "com.squareup.moshi:moshi-kotlin", version.ref = "moshi" } build-okhttp = "com.squareup.okhttp3:okhttp:4.11.0" build-r8 = "com.android.tools:r8:8.2.7-dev" build-semver = "com.vdurmont:semver4j:3.1.0" |