mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
Update Mindustry to 5-fdroid-105 (105)
This commit is contained in:
parent
1530efc7a6
commit
e06369dd2b
1 changed files with 21 additions and 2 deletions
|
|
@ -178,6 +178,25 @@ Builds:
|
|||
scandelete:
|
||||
- android/libs
|
||||
|
||||
- versionName: 5-fdroid-105
|
||||
versionCode: 105
|
||||
commit: v105
|
||||
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.
|
||||
|
|
@ -191,5 +210,5 @@ MaintainerNotes: |-
|
|||
AutoUpdateMode: Version v%c
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://raw.githubusercontent.com/Anuken/MindustryBuilds/master/version_fdroid.txt|versionCode=(.*)|.|versionName=(.*)
|
||||
CurrentVersion: 5-fdroid-104
|
||||
CurrentVersionCode: 104
|
||||
CurrentVersion: 5-fdroid-105
|
||||
CurrentVersionCode: 105
|
||||
|
|
|
|||
Loading…
Reference in a new issue