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