android: Use Java 9

This commit is contained in:
Colin Edwards 2023-12-22 12:30:27 -06:00
parent d9bbe39f48
commit 793a12d58d
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ android {
} }
} }
compileOptions { compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8 sourceCompatibility = JavaVersion.VERSION_1_9
targetCompatibility = JavaVersion.VERSION_1_8 targetCompatibility = JavaVersion.VERSION_1_9
} }
} }