diff options
-rw-r--r-- | gradle/libs.versions.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index da54d1c7..5771f869 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -27,7 +27,7 @@ androidx-lifecycle-common = { module = "androidx.lifecycle:lifecycle-common", ve 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.7.0-alpha02" +androidx-material = "com.google.android.material:material:1.7.0-alpha03" androidx-preference = "androidx.preference:preference:1.2.0" androidx-recyclerview = "androidx.recyclerview:recyclerview:1.3.0-beta01" androidx-recyclerviewSelection = "androidx.recyclerview:recyclerview-selection:1.2.0-alpha01" @@ -41,7 +41,7 @@ build-download = "de.undercouch:gradle-download-task:5.1.0" build-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" } build-mavenpublish = "com.vanniktech:gradle-maven-publish-plugin:0.21.0" build-okhttp = "com.squareup.okhttp3:okhttp:4.10.0" -build-r8 = "com.android.tools:r8:4.0.17-dev" +build-r8 = "com.android.tools:r8:4.0.18-dev" build-semver = "com.vdurmont:semver4j:3.1.0" build-sentry = "io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin:3.1.2" build-spotless = "com.diffplug.spotless:spotless-plugin-gradle:6.8.0" |