mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 19:57:04 +05:30
fix(build): remove use of custom R8 build
In AGP we trust...?
This commit is contained in:
parent
2c7bc2d668
commit
741e82a425
5 changed files with 0 additions and 13 deletions
1
.github/renovate.json5
vendored
1
.github/renovate.json5
vendored
|
@ -46,7 +46,6 @@
|
|||
},
|
||||
{
|
||||
"matchPackageNames": [
|
||||
"com.android.tools:r8",
|
||||
"com.squareup.anvil",
|
||||
"dev.chrisbanes.compose:compose-bom",
|
||||
],
|
||||
|
|
|
@ -65,7 +65,6 @@ dependencies {
|
|||
implementation(libs.build.agp)
|
||||
implementation(libs.build.cachefix)
|
||||
implementation(libs.build.kotlin.gradle)
|
||||
implementation(libs.build.r8)
|
||||
implementation(libs.build.semver)
|
||||
implementation(libs.build.sentry)
|
||||
implementation(libs.build.spotless)
|
||||
|
|
|
@ -43,10 +43,6 @@ dependencyResolutionManagement {
|
|||
includeModule("gradle.plugin.org.gradle.android", "android-cache-fix-gradle-plugin")
|
||||
}
|
||||
}
|
||||
exclusiveContent {
|
||||
forRepository { maven("https://storage.googleapis.com/r8-releases/raw/main") }
|
||||
filter { includeModule("com.android.tools", "r8") }
|
||||
}
|
||||
mavenCentral()
|
||||
}
|
||||
versionCatalogs { create("libs") { from(files("../gradle/libs.versions.toml")) } }
|
||||
|
|
|
@ -51,7 +51,6 @@ androidx-work-runtime = { module = "androidx.work:work-runtime", version.ref = "
|
|||
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:3.0"
|
||||
build-kotlin-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
|
||||
build-r8 = "com.android.tools:r8:c765114c30df8ed3e5d1a84868d3ed1037549e85"
|
||||
build-semver = "com.vdurmont:semver4j:3.1.0"
|
||||
build-sentry = "io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin:3.14.0"
|
||||
build-spotless = "com.diffplug.spotless:spotless-plugin-gradle:6.22.0"
|
||||
|
|
|
@ -52,12 +52,6 @@ pluginManagement {
|
|||
includeModule("com.jraska.module.graph.assertion", "plugin")
|
||||
}
|
||||
}
|
||||
exclusiveContent {
|
||||
forRepository {
|
||||
maven("https://storage.googleapis.com/r8-releases/raw/main") { name = "R8 mainline" }
|
||||
}
|
||||
filter { includeModule("com.android.tools", "r8") }
|
||||
}
|
||||
includeBuild("build-logic")
|
||||
mavenCentral()
|
||||
maven("https://oss.sonatype.org/content/repositories/snapshots/") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue