disable R8 (#7)
This commit is contained in:
parent
9219a44112
commit
43c4837d07
|
|
@ -18,12 +18,6 @@ android {
|
|||
resValues = false
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
isMinifyEnabled = true
|
||||
}
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
isCoreLibraryDesugaringEnabled = true
|
||||
sourceCompatibility = JavaVersion.VERSION_11
|
||||
|
|
|
|||
Loading…
Reference in New Issue