This commit is contained in:
parent
05e2a88bc8
commit
c86942dfdd
@ -20,6 +20,10 @@ android {
|
||||
}
|
||||
}
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility = JavaVersion.VERSION_11
|
||||
targetCompatibility = JavaVersion.VERSION_11
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled false
|
||||
|
Loading…
Reference in New Issue
Block a user