diff --git a/metadata/com.roguetemple.hyperroid.yml b/metadata/com.roguetemple.hyperroid.yml index 4c7ab73010..616d4192d0 100644 --- a/metadata/com.roguetemple.hyperroid.yml +++ b/metadata/com.roguetemple.hyperroid.yml @@ -169,7 +169,24 @@ Builds: - popd ndk: r17c + - versionName: 12.0b + versionCode: 12020 + commit: 2ef9268c012f4d5c2d3df07c7e474c6cf6e8fb14 + 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.0a -CurrentVersionCode: 12010 +CurrentVersion: 12.0b +CurrentVersionCode: 12020