mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 20:59:11 +00:00
Merge branch 'peter.storch-master-patch-01038' into 'master'
Add APP_VERSION back to menion.android.whereyougo.yml See merge request fdroid/fdroiddata!8379
This commit is contained in:
commit
3f72d05828
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ Builds:
|
|||
- yes
|
||||
prebuild:
|
||||
- sed -i -e 's/versionName .*/versionName = "$$VERSION$$"/g' build.gradle
|
||||
- export APP_VERSION="$$VERSION$$"
|
||||
- export APP_CODE=${APP_VERSION//./}
|
||||
- sed -i -e 's/versionCode .*/versionCode = '"$APP_CODE"'/g' build.gradle
|
||||
- sed -i -e 's/21.0.6113669/21.3.6528147/' build.gradle
|
||||
|
|
|
|||
Loading…
Reference in a new issue