diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-05-26 11:53:46 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-26 06:23:46 +0000 |
commit | e5085c9989f1213061fbccc4a91928944428b8fa (patch) | |
tree | dbe78704c4b8ec9e3ebeb76bc54d25ca932a76a5 /gradle/libs.versions.toml | |
parent | 9d3312611e3f16414d60a717770befeedec9319b (diff) |
gradle: bump dependencies (#1924)
Diffstat (limited to 'gradle/libs.versions.toml')
-rw-r--r-- | gradle/libs.versions.toml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2d953d65..e1143fd1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,14 +1,14 @@ # Centralized versions for dependencies that share versions [versions] -androidx_activity = "1.4.0" -androidx_test = "1.4.1-alpha06" +androidx_activity = "1.5.0-rc01" +androidx_test = "1.5.0-alpha03" compose = "1.2.0-alpha08" coroutines = "1.6.1" flowbinding = "1.2.0" hilt = "2.42" kotlin = "1.6.21" leakcanary = "2.9.1" -lifecycle = "2.4.1" +lifecycle = "2.5.0-rc01" [plugins] hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" } @@ -17,19 +17,19 @@ hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" } android-desugarJdkLibs = "com.android.tools:desugar_jdk_libs:1.1.5" androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx_activity" } androidx-activity-ktx = { module = "androidx.activity:activity-ktx", version.ref = "androidx_activity" } -androidx-annotation = "androidx.annotation:annotation:1.3.0" -androidx-appcompat = "androidx.appcompat:appcompat:1.4.1" +androidx-annotation = "androidx.annotation:annotation:1.4.0-beta01" +androidx-appcompat = "androidx.appcompat:appcompat:1.5.0-alpha01" androidx-autofill = "androidx.autofill:autofill:1.2.0-beta01" androidx-biometricKtx = "androidx.biometric:biometric-ktx:1.2.0-alpha04" -androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.3" -androidx-core-ktx = "androidx.core:core-ktx:1.8.0-beta01" +androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.2.0-alpha01" +androidx-core-ktx = "androidx.core:core-ktx:1.8.0-rc01" androidx-documentfile = "androidx.documentfile:documentfile:1.1.0-alpha01" androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.4.1" 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.6.0" +androidx-material = "com.google.android.material:material:1.7.0-alpha02" androidx-preference = "androidx.preference:preference:1.2.0" androidx-recyclerview = "androidx.recyclerview:recyclerview:1.3.0-alpha02" androidx-recyclerviewSelection = "androidx.recyclerview:recyclerview-selection:1.2.0-alpha01" @@ -46,7 +46,7 @@ build-kotlin = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21" build-mavenpublish = "com.vanniktech:gradle-maven-publish-plugin:0.19.0" build-okhttp = "com.squareup.okhttp3:okhttp:4.9.3" build-semver = "com.vdurmont:semver4j:3.1.0" -build-sentry = "io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin:3.0.1" +build-sentry = "io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin:3.1.0-beta.2" build-spotless = "com.diffplug.spotless:spotless-plugin-gradle:6.6.1" dagger-hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hilt" } @@ -84,7 +84,7 @@ thirdparty-plumber = { module = "com.squareup.leakcanary:plumber-android-startup thirdparty-logcat = "com.squareup.logcat:logcat:0.1" thirdparty-modernAndroidPrefs = "de.maxr1998:modernandroidpreferences:2.3.0" thirdparty-nonfree-googlePlayAuthApiPhone = "com.google.android.gms:play-services-auth-api-phone:18.0.1" -thirdparty-nonfree-sentry = "io.sentry:sentry-android:5.7.4" +thirdparty-nonfree-sentry = "io.sentry:sentry-android:6.0.0-beta.4" thirdparty-pgpainless = "org.pgpainless:pgpainless-core:1.2.2" thirdparty-sshauth = "com.github.open-keychain.open-keychain:sshauthentication-api:5.7.5" # TODO: Remove bouncycastle-dependency plugin when upgrading this to a BC 1.71 compatible version |