From a268542252b38c44029894ab256c172a6862e93f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Sch=C3=BCller?= Date: Mon, 26 Oct 2020 21:45:13 +0000 Subject: [PATCH] Update to fix gitlab ci issues in net.schueller.peertube.yml --- metadata/net.schueller.peertube.yml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/metadata/net.schueller.peertube.yml b/metadata/net.schueller.peertube.yml index b6682da963..cc11e2e941 100644 --- a/metadata/net.schueller.peertube.yml +++ b/metadata/net.schueller.peertube.yml @@ -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