mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
Update Vector Pinball to 1.13.0
This commit is contained in:
parent
1178d804b8
commit
e0dffb0271
1 changed files with 15 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue