diff --git a/metadata/ca.rmen.android.poetassistant.yml b/metadata/ca.rmen.android.poetassistant.yml index 19e6ed6e70..533c502a11 100644 --- a/metadata/ca.rmen.android.poetassistant.yml +++ b/metadata/ca.rmen.android.poetassistant.yml @@ -546,6 +546,10 @@ Builds: versionCode: 113006 commit: c0b2649aa0f13d7848a76fa5c2cb0d0006387315 subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-alternatives --auto java gradle: - yes diff --git a/metadata/com.github.lamarios.clipious.yml b/metadata/com.github.lamarios.clipious.yml index 67fa440214..db9672e2f8 100644 --- a/metadata/com.github.lamarios.clipious.yml +++ b/metadata/com.github.lamarios.clipious.yml @@ -1716,6 +1716,7 @@ Builds: - versionName: 1.16.1 versionCode: 40302 + disable: not reproducible commit: 85b76bafd072cb3e90d647e6d443529eb229045c submodules: true output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk diff --git a/metadata/com.github.libretube.yml b/metadata/com.github.libretube.yml index c2142da597..929439291b 100644 --- a/metadata/com.github.libretube.yml +++ b/metadata/com.github.libretube.yml @@ -352,7 +352,7 @@ Builds: - update-java-alternatives -a gradle: - yes - prebuild: sed -i -e '/splits/,+8d' build.gradle + prebuild: sed -i -e '/isEnable/s/true/false/' build.gradle.kts AutoUpdateMode: Version UpdateCheckMode: Tags .*[0-9]$ diff --git a/metadata/com.leinardi.ubuntucountdownwidget.yml b/metadata/com.leinardi.ubuntucountdownwidget.yml index c958ea34e0..008d3cb9bf 100644 --- a/metadata/com.leinardi.ubuntucountdownwidget.yml +++ b/metadata/com.leinardi.ubuntucountdownwidget.yml @@ -59,7 +59,7 @@ Builds: build: JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64 gradle assembleRelease - versionName: 2.0.1 - versionCode: 1694720001 + versionCode: 1695420001 commit: 2.0.1 subdir: app sudo: @@ -73,4 +73,4 @@ AutoUpdateMode: Version %v UpdateCheckMode: HTTP UpdateCheckData: https://github.com/leinardi/UbuntuCountdownWidget/releases/latest/download/version.txt|\+(\d+)|.|(.+)\+ CurrentVersion: 2.0.1 -CurrentVersionCode: 1694720001 +CurrentVersionCode: 1695420001 diff --git a/metadata/com.ominous.quickweather.yml b/metadata/com.ominous.quickweather.yml index 9fd6eaf5f4..347729fa29 100644 --- a/metadata/com.ominous.quickweather.yml +++ b/metadata/com.ominous.quickweather.yml @@ -330,6 +330,7 @@ Builds: - update-java-alternatives -a gradle: - yes + prebuild: sed -i -e 's/1536m/2048m/' ../gradle.properties AutoUpdateMode: Version UpdateCheckMode: Tags diff --git a/metadata/org.voidsink.anewjkuapp.yml b/metadata/org.voidsink.anewjkuapp.yml index 8d75945661..55ccceb66a 100644 --- a/metadata/org.voidsink.anewjkuapp.yml +++ b/metadata/org.voidsink.anewjkuapp.yml @@ -333,9 +333,7 @@ Builds: - fdroid rm: - tools - prebuild: - - sed -i -e '/maven {$/,/}/d; /com.google.gms/d; /io.fabric.tools/d' ../build.gradle - - sed -i -e '/applicationVariants/,+4d; /googleImplementation/d' build.gradle + prebuild: sed -i -e '/gms/d' -e '/com.google.firebase/d' {.,..}/build.gradle MaintainerNotes: Disable AUM when build/sed proves to be to fragile.