gradle: bump dependencies (#1924)

This commit is contained in:
Harsh Shandilya 2022-05-26 11:53:46 +05:30 committed by GitHub
parent 9d3312611e
commit e5085c9989
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

View file

@ -2,7 +2,7 @@
import flavors.FlavorDimensions
import flavors.ProductFlavors
import io.sentry.android.gradle.InstrumentationFeature
import io.sentry.android.gradle.extensions.InstrumentationFeature
plugins {
id("com.android.application")

View file

@ -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