Update Gradle to 8.1 and AGP to v8.0 (#329)
* Update AGP to 8.0.0. * Set JAVA_HOME to JDK17 * Update lint version. * Use right JDK for dependency analysis, replace deprecated env var. * Upgrade to Gradle 8.1. * Remove `@Supress(DSL_SCOPE_VIOLATION)` as it's no longer needed. --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
3a84bc3b58
commit
afd58f1634
89 changed files with 99 additions and 153 deletions
|
|
@ -46,7 +46,10 @@ signing.element.nightly.keyPassword=Secret
|
|||
|
||||
# Customise the Lint version to use a more recent version than the one bundled with AGP
|
||||
# https://googlesamples.github.io/android-custom-lint-rules/usage/newer-lint.md.html
|
||||
android.experimental.lint.version=8.0.0-alpha10
|
||||
android.experimental.lint.version=8.0.0
|
||||
|
||||
# Enable test fixture for all modules by default
|
||||
android.experimental.enableTestFixtures=true
|
||||
|
||||
# Create BuildConfig files as bytecode to avoid Java compilation phase
|
||||
android.enableBuildConfigAsBytecode=true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue