diff --git a/metadata/io.anuke.mindustry.yml b/metadata/io.anuke.mindustry.yml index 029bca34e0..e5395f6a5b 100644 --- a/metadata/io.anuke.mindustry.yml +++ b/metadata/io.anuke.mindustry.yml @@ -87,6 +87,24 @@ Builds: scandelete: - android/libs + - versionName: 4-fdroid-97 + versionCode: 97 + commit: v97 + 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-96 -CurrentVersionCode: 96 +CurrentVersion: 4-fdroid-97 +CurrentVersionCode: 97