File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed
plugins/dependencies/src/main/java Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -54,3 +54,6 @@ android.enableJetifier=false
5454
5555# Non-Transitive R Classes
5656android.nonTransitiveRClass =true
57+
58+ # Disable problematic AGP 8.3 optimization
59+ android.enableNewResourceShrinker.preciseShrinking =false
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -30,3 +30,6 @@ libLicenseUrl=https://www.mozilla.org/en-US/MPL/2.0/
3030android.nonTransitiveRClass =false
3131android.nonFinalResIds =false
3232android.enableR8.fullMode =false
33+
34+ # Disable problematic AGP 8.3 optimization
35+ android.enableNewResourceShrinker.preciseShrinking =false
Original file line number Diff line number Diff line change @@ -28,3 +28,6 @@ libLicenseUrl=https://www.mozilla.org/en-US/MPL/2.0/
2828android.nonTransitiveRClass =false
2929android.nonFinalResIds =false
3030android.enableR8.fullMode =false
31+
32+ # Disable problematic AGP 8.3 optimization
33+ android.enableNewResourceShrinker.preciseShrinking =false
You can’t perform that action at this time.
0 commit comments