Added compileOptions needed by gradle upgrade
This commit is contained in:
@ -26,6 +26,10 @@ android {
|
||||
}
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility = JavaVersion.VERSION_17
|
||||
targetCompatibility = JavaVersion.VERSION_17
|
||||
}
|
||||
splits {
|
||||
abi {
|
||||
reset()
|
||||
|
||||
Reference in New Issue
Block a user