mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
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:
commit
e2a0711b3b
1 changed files with 11 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue