mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 20:59:11 +00:00
Add APP_VERSION back to menion.android.whereyougo.yml
I think it caused: https://monitor.f-droid.org/builds/log/menion.android.whereyougo/20200821
This commit is contained in:
parent
ee50202749
commit
6b879f557b
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