From 021b3d819657e6c002f6033dc432a2c46b054f1d Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Fri, 20 Sep 2019 04:13:26 +0100 Subject: [PATCH] Update Mindustry to 4-fdroid-94 (94) --- 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 29261ff27a..fd60906630 100644 --- a/metadata/io.anuke.mindustry.yml +++ b/metadata/io.anuke.mindustry.yml @@ -56,6 +56,24 @@ Builds: scandelete: - android/libs + - versionName: 4-fdroid-94 + versionCode: 94 + commit: v94 + 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. @@ -65,5 +83,5 @@ MaintainerNotes: |- AutoUpdateMode: Version v%c UpdateCheckMode: HTTP UpdateCheckData: https://raw.githubusercontent.com/Anuken/MindustryBuilds/master/version_fdroid.txt|versionCode=(.*)|.|versionName=(.*) -CurrentVersion: 4-fdroid-93 -CurrentVersionCode: 93 +CurrentVersion: 4-fdroid-94 +CurrentVersionCode: 94