Update Mindustry to 4-fdroid-95 (95)
This commit is contained in:
parent
33dc0d4807
commit
35840a8b2d
|
@ -69,6 +69,24 @@ Builds:
|
||||||
scandelete:
|
scandelete:
|
||||||
- android/libs
|
- android/libs
|
||||||
|
|
||||||
|
- versionName: 4-fdroid-95
|
||||||
|
versionCode: 95
|
||||||
|
commit: v95
|
||||||
|
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: |-
|
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.
|
||||||
|
@ -78,5 +96,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: 4-fdroid-94
|
CurrentVersion: 4-fdroid-95
|
||||||
CurrentVersionCode: 94
|
CurrentVersionCode: 95
|
||||||
|
|
Loading…
Reference in a new issue