Skip to content

Commit 56c66c4

Browse files
committed
Remove R8 as a dependency in favour of the bundled AGP version
R8 is bundled inside AGP so there is no point in having it as an external dependency with another version. This should improve the compatibility of the used R8 and remove problems.
1 parent b8bb4d2 commit 56c66c4

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
buildscript {
44
dependencies {
55
classpath libs.agp
6-
classpath libs.r8
76
classpath libs.kotlin.plugin
87
classpath libs.huawei.agconnect.agcp
98

gradle/libs.versions.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ okhttp = "4.12.0"
4242
opentelemetryAndroid = "0.9.1-alpha"
4343
opentelemetryApi = "1.46.0"
4444
openxrLoader = "1.0.34"
45-
r8 = "8.7.18"
4645
robolectric = "4.11.1"
4746
zip4j = "2.11.5"
4847

@@ -138,8 +137,6 @@ opentelemetry-android-instrumentation-crash = { module = "io.opentelemetry.andro
138137
opentelemetry-android-instrumentation-sessions = { module = "io.opentelemetry.android:instrumentation-sessions", version.ref = "opentelemetryAndroid" }
139138
# OpenXR
140139
openxrloader = { module = "org.khronos.openxr:openxr_loader_for_android", version.ref = "openxrLoader" }
141-
# R8
142-
r8 = { module = "com.android.tools:r8", version.ref = "r8" }
143140
# Robolectric
144141
robolectric = { module = "org.robolectric:robolectric", version.ref = "robolectric" }
145142
# Room

0 commit comments

Comments
 (0)