Merge branch 'master-patch-fix-for-thorium-ci' into 'master'

Update to fix gitlab ci issues in net.schueller.peertube.yml

See merge request fdroid/fdroiddata!7424
This commit is contained in:
Licaon_Kter 2020-10-26 21:45:13 +00:00
commit e2a0711b3b

View file

@ -10,12 +10,6 @@ LiberapayID: '1570567'
Bitcoin: 1LoTXo728HzYTtyfbkaf5ewSRvu8ABTDPm
AutoName: Thorium
Description: |
PeerTube is a federated video streaming platform that is community-owned and ad-free, with no vendor lock-in. This client allows you to watch and browse videos on a server of your choice in the PeerTube network.
This client comes preconfigured with one PeerTube server managed by the application creator - not the PeerTube project itself, which lists more on http://instances.joinpeertube.org/ - to allow you to have a taste of what the client is capable of. Choose your server to tune your experience!
Please note this is app is in beta and is stil missing a lot of features.
RepoType: git
Repo: https://github.com/sschueller/peertube-android
@ -217,7 +211,16 @@ Builds:
gradle:
- yes
- versionName: 1.0.48
versionCode: 1048
commit: v1.0.48
subdir: app
gradle:
- yes
prebuild: sed -i -e "s/versionCode Integer.valueOf.*/versionCode $$VERCODE$$/g"
-e "s/versionName System.getenv.*/versionName \"$$VERSION$$\"/g" build.gradle
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.0.47
CurrentVersionCode: 1047
CurrentVersion: 1.0.48
CurrentVersionCode: 1048