From b8a05ee3395c92499dfdfe907a050989e6106cbe Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Thu, 24 Sep 2020 10:43:20 +0000 Subject: [PATCH] Update Mindustry to 5-fdroid-106 (106) --- metadata/io.anuke.mindustry.yml | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/metadata/io.anuke.mindustry.yml b/metadata/io.anuke.mindustry.yml index d3aed8cbdd..53fd3cd719 100644 --- a/metadata/io.anuke.mindustry.yml +++ b/metadata/io.anuke.mindustry.yml @@ -197,6 +197,25 @@ Builds: scandelete: - android/libs + - versionName: 5-fdroid-106 + versionCode: 106 + commit: v106 + 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 "buildversion=$$VERCODE$$" >> gradle.properties + - echo "versionType=fdroid" >> gradle.properties + - grep archash ../gradle.properties >> gradle.properties + scanignore: + - android/src/mindustry/android/AndroidRhinoContext.java + 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. @@ -210,5 +229,5 @@ MaintainerNotes: |- AutoUpdateMode: Version v%c UpdateCheckMode: HTTP UpdateCheckData: https://raw.githubusercontent.com/Anuken/MindustryBuilds/master/version_fdroid.txt|versionCode=(.*)|.|versionName=(.*) -CurrentVersion: 5-fdroid-105 -CurrentVersionCode: 105 +CurrentVersion: 5-fdroid-106 +CurrentVersionCode: 106