Update Mindustry to 5-fdroid-101 (101)
This commit is contained in:
parent
37911e7529
commit
0d886aa5b5
|
@ -138,6 +138,23 @@ Builds:
|
||||||
scandelete:
|
scandelete:
|
||||||
- android/libs
|
- android/libs
|
||||||
|
|
||||||
|
- versionName: 5-fdroid-101
|
||||||
|
versionCode: 101
|
||||||
|
commit: v101
|
||||||
|
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
|
||||||
|
scandelete:
|
||||||
|
- android/libs
|
||||||
|
|
||||||
MaintainerNotes: |-
|
MaintainerNotes: |-
|
||||||
libgdx.so and libgdx-freetype.so binaries are extracted from
|
libgdx.so and libgdx-freetype.so binaries are extracted from
|
||||||
com.badlogicgames.gdx:gdx-platform JARs that come from Maven Central.
|
com.badlogicgames.gdx:gdx-platform JARs that come from Maven Central.
|
||||||
|
@ -147,5 +164,5 @@ MaintainerNotes: |-
|
||||||
AutoUpdateMode: Version v%c
|
AutoUpdateMode: Version v%c
|
||||||
UpdateCheckMode: HTTP
|
UpdateCheckMode: HTTP
|
||||||
UpdateCheckData: https://raw.githubusercontent.com/Anuken/MindustryBuilds/master/version_fdroid.txt|versionCode=(.*)|.|versionName=(.*)
|
UpdateCheckData: https://raw.githubusercontent.com/Anuken/MindustryBuilds/master/version_fdroid.txt|versionCode=(.*)|.|versionName=(.*)
|
||||||
CurrentVersion: 5-fdroid-100
|
CurrentVersion: 5-fdroid-101
|
||||||
CurrentVersionCode: 100
|
CurrentVersionCode: 101
|
||||||
|
|
Loading…
Reference in a new issue