Skip to content

Commit 0cf1aec

Browse files
committed
Bug 1879132- Upgrade AGP to version 8.3.0. r=mcarare
Differential Revision: https://phabricator.services.mozilla.com/D205008
1 parent 8cf0cfd commit 0cf1aec

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

mobile/android/android-components/gradle.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,6 @@ android.enableJetifier=false
5454

5555
# Non-Transitive R Classes
5656
android.nonTransitiveRClass=true
57+
58+
# Disable problematic AGP 8.3 optimization
59+
android.enableNewResourceShrinker.preciseShrinking=false

mobile/android/android-components/plugins/dependencies/src/main/java/DependenciesPlugin.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ object Versions {
2828
const val okio = "3.8.0"
2929
const val androidsvg = "1.4"
3030

31-
const val android_gradle_plugin = "8.2.2"
31+
const val android_gradle_plugin = "8.3.0"
3232

3333
// This has to be synced to the gradlew plugin version. See
3434
// http://googlesamples.github.io/android-custom-lint-rules/api-guide/example.md.html#example:samplelintcheckgithubproject/lintversion?
35-
const val lint = "31.2.2"
35+
const val lint = "31.3.0"
3636
const val detekt = "1.23.5"
3737
const val ktlint = "0.49.1"
3838

mobile/android/fenix/gradle.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ libLicenseUrl=https://www.mozilla.org/en-US/MPL/2.0/
3030
android.nonTransitiveRClass=false
3131
android.nonFinalResIds=false
3232
android.enableR8.fullMode=false
33+
34+
# Disable problematic AGP 8.3 optimization
35+
android.enableNewResourceShrinker.preciseShrinking=false

mobile/android/focus-android/gradle.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ libLicenseUrl=https://www.mozilla.org/en-US/MPL/2.0/
2828
android.nonTransitiveRClass=false
2929
android.nonFinalResIds=false
3030
android.enableR8.fullMode=false
31+
32+
# Disable problematic AGP 8.3 optimization
33+
android.enableNewResourceShrinker.preciseShrinking=false

0 commit comments

Comments
 (0)