Update build.gradle

This commit is contained in:
InsanusMokrassar 2021-09-23 13:18:40 +06:00 committed by GitHub
parent 88dbfee370
commit 4f6054c0d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -132,3 +132,9 @@ android {
}
}
}
java {
toolchain {
languageVersion = JavaLanguageVersion.of(8)
}
}