feat(renovate): keep R8 up-to-date with ToT

This commit is contained in:
Harsh Shandilya 2023-05-26 00:39:10 +05:30
parent 6a50387c39
commit 25c78eed91
No known key found for this signature in database
2 changed files with 14 additions and 1 deletions

View file

@ -84,6 +84,18 @@
"datasourceTemplate": "maven", "datasourceTemplate": "maven",
"depNameTemplate": "io.sentry:sentry-android", "depNameTemplate": "io.sentry:sentry-android",
"registryUrlTemplate": "https://repo1.maven.org/maven2/", "registryUrlTemplate": "https://repo1.maven.org/maven2/",
},
{
"fileMatch": [
"gradle/libs.versions.toml"
],
"matchStrings": [
"r8 = \"(?<currentDigest>.*)\""
],
"currentValueTemplate": "main",
"depNameTemplate": "r8",
"packageNameTemplate": "https://r8.googlesource.com/r8.git",
"datasourceTemplate": "git-refs",
} }
] ]
} }

View file

@ -8,6 +8,7 @@ coroutines = "1.7.1"
dagger = "2.46.1" dagger = "2.46.1"
junit = "5.9.3" junit = "5.9.3"
kotlin = "1.8.10" kotlin = "1.8.10"
r8 = "b412982bd9e35e8784bd3b33d3497551b7cdbcd4"
retrofit = "2.9.0" retrofit = "2.9.0"
richtext = "0.16.0" richtext = "0.16.0"
sentry-sdk = "6.19.1" sentry-sdk = "6.19.1"
@ -48,7 +49,7 @@ androidx-work-runtime-ktx = { module = "androidx.work:work-runtime-ktx", version
build-agp = { module = "com.android.tools.build:gradle", version.ref = "agp" } 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-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-kotlin-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
build-r8 = "com.android.tools:r8:b412982bd9e35e8784bd3b33d3497551b7cdbcd4" build-r8 = { module = "com.android.tools:r8", version.ref = "r8" }
build-semver = "com.vdurmont:semver4j:3.1.0" build-semver = "com.vdurmont:semver4j:3.1.0"
build-sentry = "io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin:3.7.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" build-spotless = "com.diffplug.spotless:spotless-plugin-gradle:6.19.0"