mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-17 14:10:54 +02:00
fixed travis apk build bug
This commit is contained in:
@@ -50,7 +50,7 @@ before_script:
|
|||||||
script: cd android_app && ./gradlew testDebug assembleAndroidTest assembleDebug
|
script: cd android_app && ./gradlew testDebug assembleAndroidTest assembleDebug
|
||||||
|
|
||||||
before_deploy:
|
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 tag -f travis-${TAG}-build
|
||||||
- git remote add gh
|
- git remote add gh
|
||||||
https://${OWNER}:${GITHUB_API_KEY}@github.com/${TRAVIS_REPO_SLUG}.git
|
https://${OWNER}:${GITHUB_API_KEY}@github.com/${TRAVIS_REPO_SLUG}.git
|
||||||
|
@@ -88,6 +88,9 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
debug {
|
||||||
|
archivesBaseName = "openScale"
|
||||||
|
}
|
||||||
release {
|
release {
|
||||||
minifyEnabled false
|
minifyEnabled false
|
||||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
|
||||||
|
Reference in New Issue
Block a user