Prepare for Play Store
This commit is contained in:
parent
985c249557
commit
8aa8d06fe0
@ -6,7 +6,7 @@ steps:
|
|||||||
- name: build
|
- name: build
|
||||||
image: mingc/android-build-box
|
image: mingc/android-build-box
|
||||||
commands:
|
commands:
|
||||||
- sh gradlew zipApksForDebug
|
- sh gradlew build bundle
|
||||||
- name: release
|
- name: release
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
settings:
|
settings:
|
||||||
@ -14,6 +14,7 @@ steps:
|
|||||||
from_secret: gitea_token
|
from_secret: gitea_token
|
||||||
base_url: https://git.crystalyx.net
|
base_url: https://git.crystalyx.net
|
||||||
files:
|
files:
|
||||||
- app/build/outputs/apk-zips/debug/apks.zip
|
- app/build/outputs/apk/debug/app-debug.apk
|
||||||
|
- app/build/outputs/bundle/release/app-release.aab
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
|
@ -10,8 +10,8 @@ android {
|
|||||||
applicationId "net.crystalyx.setaswallpaper"
|
applicationId "net.crystalyx.setaswallpaper"
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 2
|
versionCode 3
|
||||||
versionName "2.0"
|
versionName "2.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
Loading…
Reference in New Issue
Block a user