1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-26 09:44:31 +02:00

fixed travis apk build bug

This commit is contained in:
oliexdev
2020-08-16 17:10:47 +02:00
parent 3594739651
commit 6bb730b153
2 changed files with 4 additions and 1 deletions

View File

@@ -88,6 +88,9 @@ android {
}
buildTypes {
debug {
archivesBaseName = "openScale"
}
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'