From d8aeafd4a8128e4edfa26e95ca812e453c7d90c2 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Mon, 7 Jun 2021 04:26:06 +0000 Subject: [PATCH] Update HyperRogue to 12.0a (12010) --- metadata/com.roguetemple.hyperroid.yml | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/metadata/com.roguetemple.hyperroid.yml b/metadata/com.roguetemple.hyperroid.yml index 2eaf422a24..27d530a5fc 100644 --- a/metadata/com.roguetemple.hyperroid.yml +++ b/metadata/com.roguetemple.hyperroid.yml @@ -151,7 +151,24 @@ Builds: - popd ndk: r17c + - versionName: 12.0a + versionCode: 12010 + commit: v12.0a + subdir: hyperroid/app + sudo: + - apt-get update || apt-get update + - apt-get install -y g++ + gradle: + - yes + prebuild: sed -i -e "s/abiFilters .*/abiFilters 'x86', 'x86_64', 'armeabi-v7a', + 'arm64-v8a'/" build.gradle + build: + - pushd .. + - bash copy.sh + - popd + ndk: r17c + AutoUpdateMode: Version v%v UpdateCheckMode: Tags -CurrentVersion: '12.0' -CurrentVersionCode: 12000 +CurrentVersion: 12.0a +CurrentVersionCode: 12010