From 344ff5f711fef56d06ebf3c3370ca24cbc564694 Mon Sep 17 00:00:00 2001 From: Marcus Hoffmann Date: Sun, 27 Jan 2019 00:51:56 +0100 Subject: [PATCH] yalp: add build to work non-installable versions Ref: https://github.com/yeriomin/YalpStore/issues/543#issuecomment-431344739 --- metadata/com.github.yeriomin.yalpstore.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/metadata/com.github.yeriomin.yalpstore.yml b/metadata/com.github.yeriomin.yalpstore.yml index b87b06ee72..e3559cf506 100644 --- a/metadata/com.github.yeriomin.yalpstore.yml +++ b/metadata/com.github.yeriomin.yalpstore.yml @@ -359,6 +359,14 @@ Builds: gradle: - legacy + - versionName: 0.45-legacy + versionCode: 46 + commit: '0.45' + subdir: app + prebuild: sed -i -e '/android.hardware.ram.low/d' src/main/AndroidManifest.xml && sed -i -e 's/versionCode 45/versionCode 46/' build.gradle + gradle: + - legacy + AutoUpdateMode: Version %v UpdateCheckMode: Tags CurrentVersion: 0.45-legacy