1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-16 21:54:05 +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

@@ -50,7 +50,7 @@ before_script:
script: cd android_app && ./gradlew testDebug assembleAndroidTest assembleDebug
before_deploy:
- ln -s app/build/outputs/apk/debug/app-debug.apk openScale-${TAG}-build.apk
- ln -s app/build/outputs/apk/debug/openScale-debug.apk openScale-${TAG}-build.apk
- git tag -f travis-${TAG}-build
- git remote add gh
https://${OWNER}:${GITHUB_API_KEY}@github.com/${TRAVIS_REPO_SLUG}.git

View File

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