diff --git a/metadata/com.gh4a.yml b/metadata/com.gh4a.yml index 3a93192202..a59c82675b 100644 --- a/metadata/com.gh4a.yml +++ b/metadata/com.gh4a.yml @@ -283,7 +283,23 @@ Builds: - echo 'ClientId="f0f32f2ee4a709ba3640"' >> client.properties - echo 'ClientSecret="f94cffda88486696c2762ad986bc0b8b830c9cff"' >> client.properties + - versionName: 4.6.14 + versionCode: 77 + commit: d7ee0aeace621df590b0df793bd1a7f0d5bfc544 + subdir: app + sudo: + - echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list + - apt-get update + - apt-get install -y -t trixie openjdk-21-jdk-headless + - update-alternatives --auto java + gradle: + - yes + prebuild: + - sed -i -e '/fabric/d' -e '/playstoreImplementation(.*) {/,/}/d' build.gradle + - echo 'ClientId="f0f32f2ee4a709ba3640"' >> client.properties + - echo 'ClientSecret="f94cffda88486696c2762ad986bc0b8b830c9cff"' >> client.properties + AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 4.6.13 -CurrentVersionCode: 76 +CurrentVersion: 4.6.14 +CurrentVersionCode: 77