Update Gradle and AGP to v8.0 (#283)

* Update dependency gradle to v8

* Handle upgrading Gradle to v8.0.2

* Update AGP to 8.0.0-RC01

* Try to set JAVA_HOME to JDK17

* Update lint version.

* Use right JDK for dependency analysis, replace deprecated env var

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
Jorge Martin Espinosa
2023-04-03 18:02:34 +02:00
committed by GitHub
parent 7aa1c26e2e
commit 4e085efcf4
19 changed files with 68 additions and 28 deletions

View File

@@ -46,7 +46,7 @@ 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-rc01
# Enable test fixture for all modules by default
android.experimental.enableTestFixtures=true