From e8895ca82917222903225a9bc50852bef2421792 Mon Sep 17 00:00:00 2001 From: Marcus Hoffmann Date: Sun, 27 Jan 2019 00:57:32 +0100 Subject: [PATCH] yalp: rewritemeta --- metadata/com.github.yeriomin.yalpstore.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/metadata/com.github.yeriomin.yalpstore.yml b/metadata/com.github.yeriomin.yalpstore.yml index e3559cf506..d7cec68869 100644 --- a/metadata/com.github.yeriomin.yalpstore.yml +++ b/metadata/com.github.yeriomin.yalpstore.yml @@ -89,8 +89,8 @@ Builds: subdir: app gradle: - yes - prebuild: |- - echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable 'ExtraTranslation' } }" >> build.gradle + prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable + 'ExtraTranslation' } }" >> build.gradle - versionName: '0.8' versionCode: 8 @@ -363,9 +363,11 @@ Builds: 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 + prebuild: + - sed -i -e '/android.hardware.ram.low/d' src/main/AndroidManifest.xml + - sed -i -e 's/versionCode 45/versionCode 46/' build.gradle AutoUpdateMode: Version %v UpdateCheckMode: Tags