Skip to content

Commit

Permalink
Bump R8 version
Browse files Browse the repository at this point in the history
We should at least match the version of AGP which was recently
updated. The build was issuing a warning alerting about potential
side effects of having different versioning.
  • Loading branch information
svillar committed Nov 20, 2024
1 parent 7ea0b8f commit 499f684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
dependencies {
classpath "org.mozilla.telemetry:glean-gradle-plugin:56.1.0"
classpath "com.android.tools.build:gradle:$versions.android_gradle_plugin"
classpath 'com.android.tools:r8:8.7.14'
classpath 'com.android.tools:r8:8.7.18'
classpath "$deps.kotlin.plugin"
classpath 'com.huawei.agconnect:agcp:1.9.1.301'

Expand Down

0 comments on commit 499f684

Please sign in to comment.