From bfb6ba111978a9cf9b5842421492fc0f7c5d5cbe Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Tue, 1 Oct 2019 18:25:00 +0100 Subject: [PATCH] Update Mindustry to 4-fdroid-96 (96) --- metadata/io.anuke.mindustry.yml | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/metadata/io.anuke.mindustry.yml b/metadata/io.anuke.mindustry.yml index 7ae8a7f0cc..11d0851920 100644 --- a/metadata/io.anuke.mindustry.yml +++ b/metadata/io.anuke.mindustry.yml @@ -87,6 +87,24 @@ Builds: scandelete: - android/libs + - versionName: 4-fdroid-96 + versionCode: 96 + commit: v96 + subdir: android + gradle: + - yes + prebuild: + - echo "androidBuildCode=$$VERCODE$$" > ../core/assets/version.properties + - echo "build=$$VERCODE$$" >> ../core/assets/version.properties + - echo "modifier=beta" >> ../core/assets/version.properties + - echo "type=fdroid" >> ../core/assets/version.properties + - echo "number=4" >> ../core/assets/version.properties + - echo "buildversion=$$VERCODE$$" >> gradle.properties + - echo "versionType=fdroid" >> gradle.properties + - grep archash ../gradle.properties >> gradle.properties + scandelete: + - android/libs + MaintainerNotes: |- libgdx.so and libgdx-freetype.so binaries are extracted from com.badlogicgames.gdx:gdx-platform JARs that come from Maven Central. @@ -96,5 +114,5 @@ MaintainerNotes: |- AutoUpdateMode: Version v%c UpdateCheckMode: HTTP UpdateCheckData: https://raw.githubusercontent.com/Anuken/MindustryBuilds/master/version_fdroid.txt|versionCode=(.*)|.|versionName=(.*) -CurrentVersion: 4-fdroid-95 -CurrentVersionCode: 95 +CurrentVersion: 4-fdroid-96 +CurrentVersionCode: 96