This commit is contained in:
M66B 2023-09-16 09:40:13 +02:00
parent 93e4afdf38
commit b6b831fb5c
1 changed files with 2 additions and 2 deletions

View File

@ -72,8 +72,8 @@ android {
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
lint {