From cdc514fdb8d45cebe934b079c1468375a83d6864 Mon Sep 17 00:00:00 2001 From: Brian Nenninger Date: Sat, 5 Nov 2022 17:34:04 -0400 Subject: [PATCH] Update Vector Pinball to 1.12.0 --- metadata/com.dozingcatsoftware.bouncy.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/metadata/com.dozingcatsoftware.bouncy.yml b/metadata/com.dozingcatsoftware.bouncy.yml index 832c558185..c4222811bb 100644 --- a/metadata/com.dozingcatsoftware.bouncy.yml +++ b/metadata/com.dozingcatsoftware.bouncy.yml @@ -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