mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Merge branch 'sschueller-master-patch-61101' into 'master'
App update: Fixed net.schueller.instarepost version code and name from auto deployment. See merge request fdroid/fdroiddata!7318
This commit is contained in:
commit
197611e151
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