Browse Source

Use more recent lint version to fix lint false positive.

feature/jme/update_rust_sdk
Benoit Marty 2 years ago
parent
commit
9f99f7da67
  1. 4
      gradle.properties

4
gradle.properties

@ -41,3 +41,7 @@ android.nonTransitiveRClass=true @@ -41,3 +41,7 @@ android.nonTransitiveRClass=true
signing.element.nightly.storePassword=Secret
signing.element.nightly.keyId=Secret
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

Loading…
Cancel
Save