disable R8 (#7)

This commit is contained in:
5ec1cff 2023-07-09 23:58:08 +08:00 committed by GitHub
parent 9219a44112
commit 43c4837d07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -18,12 +18,6 @@ android {
resValues = false
}
buildTypes {
release {
isMinifyEnabled = true
}
}
compileOptions {
isCoreLibraryDesugaringEnabled = true
sourceCompatibility = JavaVersion.VERSION_11