From e0dffb0271d87d561eaa24c6fbb7f5cedf26acd3 Mon Sep 17 00:00:00 2001 From: Brian Nenninger Date: Wed, 6 Sep 2023 05:31:06 +0000 Subject: [PATCH] Update Vector Pinball to 1.13.0 --- metadata/com.dozingcatsoftware.bouncy.yml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/metadata/com.dozingcatsoftware.bouncy.yml b/metadata/com.dozingcatsoftware.bouncy.yml index bde7368a0d..17079871ab 100644 --- a/metadata/com.dozingcatsoftware.bouncy.yml +++ b/metadata/com.dozingcatsoftware.bouncy.yml @@ -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