Merge pull request #578 from android/dt/update-lint

Update lint java version to 11
pull/596/head
Don Turner 2 years ago committed by GitHub
commit 67998766fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,8 +20,8 @@ plugins {
} }
java { java {
sourceCompatibility = JavaVersion.VERSION_1_8 sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_1_8 targetCompatibility = JavaVersion.VERSION_11
} }
dependencies { dependencies {

Loading…
Cancel
Save