From a0c4d594eda81c35d2cb7b0de5371f2ab661d7e8 Mon Sep 17 00:00:00 2001 From: "Bernhard E. Reiter" Date: Sat, 7 Dec 2019 11:43:54 +0000 Subject: [PATCH] Update metadata/com.github.kiliakin.yalpstore.yml * Remove unnecessary requirement flag `android.hardware.ram.low` so yalp store keeps working on more devices. Solution adapted from https://gitlab.com/fdroid/fdroiddata/commit/344ff5f711fef56d06ebf3c3370ca24cbc564694 resolve #1765 --- metadata/com.github.kiliakin.yalpstore.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/metadata/com.github.kiliakin.yalpstore.yml b/metadata/com.github.kiliakin.yalpstore.yml index 13161f11f9..fa385d91ec 100644 --- a/metadata/com.github.kiliakin.yalpstore.yml +++ b/metadata/com.github.kiliakin.yalpstore.yml @@ -54,7 +54,17 @@ Builds: gradle: - legacy + - versionName: 0.46-legacy + versionCode: 47 + commit: '0.46' + subdir: app + gradle: + - legacy + prebuild: + - sed -i -e '/android.hardware.ram.low/d' src/main/AndroidManifest.xml + - sed -i -e 's/versionCode 46/versionCode 47/' build.gradle + AutoUpdateMode: None UpdateCheckMode: Tags CurrentVersion: 0.46-legacy -CurrentVersionCode: 46 +CurrentVersionCode: 47