mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Mindustry to 6-fdroid-108 (108)
This commit is contained in:
parent
2343914133
commit
bf6f233111
1 changed files with 22 additions and 2 deletions
|
|
@ -198,6 +198,26 @@ Builds:
|
||||||
scandelete:
|
scandelete:
|
||||||
- android/libs
|
- android/libs
|
||||||
|
|
||||||
|
- versionName: 6-fdroid-108
|
||||||
|
versionCode: 108
|
||||||
|
commit: v108
|
||||||
|
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/AndroidLauncher.java
|
||||||
|
- android/src/mindustry/android/AndroidRhinoContext.java
|
||||||
|
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.
|
||||||
|
|
@ -211,5 +231,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-107
|
CurrentVersion: 6-fdroid-108
|
||||||
CurrentVersionCode: 107
|
CurrentVersionCode: 108
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue