mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
App update: Fixed net.schueller.instarepost version code and name from auto deployment.
This commit is contained in:
parent
91df7be234
commit
0984378c4a
1 changed files with 15 additions and 2 deletions
|
|
@ -21,7 +21,20 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 2.0.5
|
||||
versionCode: 205
|
||||
commit: v2.0.5
|
||||
subdir: app
|
||||
init:
|
||||
- export VERSION_NAME="$$VERSION$$"
|
||||
- export VERSION_CODE="$$VERCODE$$"
|
||||
- sed -i -e "s/versionCode Integer.valueOf.*/versionCode $VERSION_CODE/g" build.gradle
|
||||
- sed -i -e "s/versionName System.getenv.*/versionName \"$VERSION_NAME\"/g"
|
||||
build.gradle
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 2.0.0
|
||||
CurrentVersionCode: 200
|
||||
CurrentVersion: 2.0.5
|
||||
CurrentVersionCode: 205
|
||||
|
|
|
|||
Loading…
Reference in a new issue