1
0
Fork 0

build.gradle: Remove signingConfig setting

This commit is contained in:
Vendicated 2022-12-20 20:59:07 +01:00
parent a6cf0084a0
commit 3b5f2112d2
No known key found for this signature in database
GPG key ID: A1DC0CFB5615D905

View file

@ -21,7 +21,6 @@ android {
release {
minifyEnabled false
signingConfig signingConfigs.release
}
}
compileOptions {