Update Vector Pinball to 1.13.0

This commit is contained in:
Brian Nenninger 2023-09-06 05:31:06 +00:00 committed by linsui
parent 1178d804b8
commit e0dffb0271
No known key found for this signature in database

View file

@ -365,11 +365,24 @@ Builds:
scandelete:
- app/libs/*
- versionName: 1.13.0
versionCode: 38
commit: v1.13.0
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-java-alternatives -a
gradle:
- yes
scandelete:
- app/libs/*
MaintainerNotes: |-
Starting with 1.11.0, libgdx is pulled from a trusted Maven repo and then native binaries are copied into app/libs.
In earlier versions, libgdx native libraries are built locally; sed replaces are needed as libgdx upstream didn't have a way to only build the android native bins.
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 1.12.1
CurrentVersionCode: 37
CurrentVersion: 1.13.0
CurrentVersionCode: 38