Update Vector Pinball to 1.12.0

This commit is contained in:
Brian Nenninger 2022-11-05 17:34:04 -04:00
parent e0c7ed602c
commit cdc514fdb8

View file

@ -347,11 +347,20 @@ Builds:
scandelete:
- app/libs/*
- versionName: 1.12.0
versionCode: 36
commit: v1.12.0
subdir: app
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.11.0
CurrentVersionCode: 35
CurrentVersion: 1.12.0
CurrentVersionCode: 36