From d473224bf4b97d2e528909003885459a38424857 Mon Sep 17 00:00:00 2001 From: Jan Exner Date: Sat, 3 May 2025 17:05:41 +0000 Subject: [PATCH] com.exner.tools.meditationtimer: add 1.1.2 and use the FOSS flavor --- metadata/com.exner.tools.meditationtimer.yml | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/metadata/com.exner.tools.meditationtimer.yml b/metadata/com.exner.tools.meditationtimer.yml index 23dff48d2a..7e15605acf 100644 --- a/metadata/com.exner.tools.meditationtimer.yml +++ b/metadata/com.exner.tools.meditationtimer.yml @@ -1,7 +1,7 @@ Categories: - Sports & Health - Time -License: Apache-2.0 +License: EUPL-1.2 WebSite: https://www.jan-exner.de/software/android/meditationtimer SourceCode: https://codeberg.org/jexner/MeditationTimerAndroid IssueTracker: https://codeberg.org/jexner/MeditationTimerAndroid/issues @@ -10,7 +10,7 @@ AutoName: Meditation Timer RepoType: git Repo: https://codeberg.org/jexner/MeditationTimerAndroid.git -Binaries: https://www.jan-exner.de/software/android/meditationtimer/Meditation_Timer_release_%v_%c.apk +Binaries: https://www.jan-exner.de/software/android/meditationtimer/Meditation_Timer_foss-release_%v_%c.apk Builds: - versionName: 1.0.1 @@ -19,14 +19,26 @@ Builds: subdir: app gradle: - yes + binary: https://www.jan-exner.de/software/android/meditationtimer/Meditation_Timer_release_%v_%c.apk srclibs: - reproducible-apk-tools@v0.2.7 postbuild: $$reproducible-apk-tools$$/inplace-fix.py --page-size 16 fix-newlines $$OUT$$ 'META-INF/services/*' + - versionName: 1.1.2 + versionCode: 9 + commit: 5d4d59f5157431473fecc4bfd6ca886bbe71f3cb + subdir: app + gradle: + - foss + srclibs: + - reproducible-apk-tools@v0.3.0 + postbuild: $$reproducible-apk-tools$$/inplace-fix.py --page-size 16 fix-newlines + $$OUT$$ 'META-INF/services/*' + AllowedAPKSigningKeys: 3f15745561afae58a2f73ff97a517303eba059b7c608aac576fab7465df27843 AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 1.0.1 -CurrentVersionCode: 5 +CurrentVersion: 1.1.2 +CurrentVersionCode: 9