fix(deps): use an unreleased R8 build with verifier crash fix

This commit is contained in:
Harsh Shandilya 2023-05-25 23:37:04 +05:30
parent 37e6c87046
commit dfe108d13e
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View file

@ -48,7 +48,7 @@ androidx-work-runtime-ktx = { module = "androidx.work:work-runtime-ktx", version
build-agp = { module = "com.android.tools.build:gradle", version.ref = "agp" }
build-cachefix = "org.gradle.android.cache-fix:org.gradle.android.cache-fix.gradle.plugin:2.7.1"
build-kotlin-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
build-r8 = "com.android.tools:r8:8.2.8-dev"
build-r8 = "com.android.tools:r8:b412982bd9e35e8784bd3b33d3497551b7cdbcd4"
build-semver = "com.vdurmont:semver4j:3.1.0"
build-sentry = "io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin:3.7.0"
build-spotless = "com.diffplug.spotless:spotless-plugin-gradle:6.19.0"