mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 02: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
|
@ -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")) } }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue