Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 4852adf

Browse files
committed
fix(deps): upgrade everything to unstable tracks
1 parent b05c71f commit 4852adf

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

build-logic/src/main/kotlin/app/passwordstore/gradle/crowdin/BuildOnApiTask.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ abstract class BuildOnApiTask : DefaultTask() {
3232
.get()
3333
.build()
3434
OkHttp.CLIENT.newCall(projectRequest).execute().use { response ->
35-
val projects = projectAdapter.fromJson(response.body!!.source())
35+
val projects = projectAdapter.fromJson(response.body.source())
3636
if (projects != null) {
3737
val identifier =
3838
projects.projects

gradle/libs.versions.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@ androidxActivity = "1.9.0-beta01"
44
bouncycastle = "1.77"
55
# @keep used for kotlinCompilerExtensionVersion
66
composeCompiler = "1.5.11-dev-k1.9.23-96ef9dc6af1"
7-
coroutines = "1.8.0"
7+
coroutines = "1.8.1-Beta"
88
flowbinding = "1.2.0"
99
hilt = "2.51"
1010
kotlin = "1.9.23"
1111
kotlinResult = "2.0.0"
12-
lifecycle = "2.7.0"
12+
lifecycle = "2.8.0-alpha03"
1313
moshi = "1.15.1"
1414

1515
[libraries]
1616
android-desugarJdkLibs = "com.android.tools:desugar_jdk_libs:2.0.4"
17-
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidxActivity" }
1817
androidx-activity = { module = "androidx.activity:activity", version.ref = "androidxActivity" }
19-
androidx-annotation = "androidx.annotation:annotation:1.7.1"
18+
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidxActivity" }
19+
androidx-annotation = "androidx.annotation:annotation:1.8.0-alpha02"
2020
androidx-appcompat = "androidx.appcompat:appcompat:1.7.0-alpha03"
2121
androidx-autofill = "androidx.autofill:autofill:1.3.0-alpha01"
2222
androidx-biometricKtx = "androidx.biometric:biometric-ktx:1.2.0-alpha05"
2323
androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.2.0-alpha13"
24-
androidx-core-ktx = "androidx.core:core-ktx:1.12.0"
24+
androidx-core-ktx = "androidx.core:core-ktx:1.13.0-beta01"
2525
androidx-documentfile = "androidx.documentfile:documentfile:1.1.0-alpha01"
2626
androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.7.0-beta01"
2727
androidx-lifecycle-common = { module = "androidx.lifecycle:lifecycle-common", version.ref = "lifecycle" }
@@ -30,7 +30,7 @@ androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-
3030
androidx-lifecycle-viewmodelKtx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycle" }
3131
androidx-material = "com.google.android.material:material:1.12.0-beta01"
3232
androidx-preference = "androidx.preference:preference:1.2.1"
33-
androidx-recyclerview = "androidx.recyclerview:recyclerview:1.3.2"
33+
androidx-recyclerview = "androidx.recyclerview:recyclerview:1.4.0-alpha01"
3434
androidx-recyclerviewSelection = "androidx.recyclerview:recyclerview-selection:1.2.0-alpha01"
3535
androidx-security = "androidx.security:security-crypto-ktx:1.1.0-alpha06"
3636
androidx-swiperefreshlayout = "androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01"
@@ -46,8 +46,8 @@ build-mavenpublish = "com.vanniktech:gradle-maven-publish-plugin:0.28.0"
4646
build-metalava = "me.tylerbwong.gradle.metalava:plugin:0.3.5"
4747
build-moshi = { module = "com.squareup.moshi:moshi", version.ref = "moshi" }
4848
build-moshi-kotlin = { module = "com.squareup.moshi:moshi-kotlin", version.ref = "moshi" }
49-
build-okhttp = "com.squareup.okhttp3:okhttp:4.12.0"
50-
build-r8 = "com.android.tools:r8:8.3.37"
49+
build-okhttp = "com.squareup.okhttp3:okhttp:5.0.0-alpha.12"
50+
build-r8 = "com.android.tools:r8:8.4.6-dev"
5151
build-semver = "com.github.zafarkhaja:java-semver:0.10.2"
5252
build-sentry = "io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin:4.3.1"
5353
build-vcu = "nl.littlerobots.version-catalog-update:nl.littlerobots.version-catalog-update.gradle.plugin:0.8.4"
@@ -86,7 +86,7 @@ thirdparty-kotlinResult = { module = "com.michael-bull.kotlin-result:kotlin-resu
8686
thirdparty-kotlinResult-coroutines = { module = "com.michael-bull.kotlin-result:kotlin-result-coroutines", version.ref = "kotlinResult" }
8787
thirdparty-leakcanary-plumber = "com.squareup.leakcanary:plumber-android-startup:2.13"
8888
thirdparty-logcat = "com.squareup.logcat:logcat:0.1"
89-
thirdparty-modernAndroidPrefs = "de.maxr1998:modernandroidpreferences:2.3.2"
89+
thirdparty-modernAndroidPrefs = "de.maxr1998:modernandroidpreferences:2.4.0-beta1"
9090
thirdparty-nonfree-googlePlayAuthApiPhone = "com.google.android.gms:play-services-auth-api-phone:18.0.2"
9191
thirdparty-nonfree-sentry = "io.sentry:sentry-android:7.6.0"
9292
thirdparty-pgpainless = "org.pgpainless:pgpainless-core:1.6.7"

0 commit comments

Comments
 (0)