aboutsummaryrefslogtreecommitdiff
path: root/gradle
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2022-07-15 18:39:18 +0530
committerGitHub <noreply@github.com>2022-07-15 13:09:18 +0000
commit0695f42e07e2ce7c241c2ea2e954c843c324bd85 (patch)
tree93dc2ce1b9f55924ada27a5bb521615541f9de13 /gradle
parent57a284b8dd668324cad1ef15ce286fd35e2f6a0a (diff)
Bump Material and R8 (#2005)
* gradle: upgrade Material * gradle: bump R8
Diffstat (limited to 'gradle')
-rw-r--r--gradle/libs.versions.toml4
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"