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