mindustry - update

This commit is contained in:
Licaon_Kter 2023-02-22 16:34:35 +00:00
parent ecc6d6e338
commit 13b1980526

View file

@ -340,6 +340,33 @@ Builds:
gradleprops:
- versionType=fdroid
- versionName: 7-fdroid-142
versionCode: 1060
commit: 4410f31888e313b8710ee2d9fbb3817790ef056c
subdir: android
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
gradle:
- yes
prebuild:
- sdkmanager 'platforms;android-30'
- echo -e 'androidBuildCode=$$VERCODE$$\nbuild=$$VERCODE$$\nmodifier=beta\ntype=fdroid'
> ../core/assets/version.properties
- echo 'buildversion=$$VERSION$$' | sed 's/=.*fdroid-/=/' >> ../gradle.properties
- sed -i -e '/publishing{/,/^ }/d' ../build.gradle
scanignore:
- android/src/mindustry/android/AndroidLauncher.java
- android/src/mindustry/android/AndroidRhinoContext.java
scandelete:
- android/libs
build:
- cd ..
- gradle pack
gradleprops:
- versionType=fdroid
MaintainerNotes: |-
libgdx.so and libgdx-freetype.so binaries are extracted from
com.badlogicgames.gdx:gdx-platform JARs that come from Maven Central.