diff --git a/metadata/com.elasticrock.candle.yml b/metadata/com.elasticrock.candle.yml index d2a98c1d9f..5fd8e51623 100644 --- a/metadata/com.elasticrock.candle.yml +++ b/metadata/com.elasticrock.candle.yml @@ -53,9 +53,24 @@ Builds: postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$ 'META-INF/services/*' + - versionName: 1.3.1 + versionCode: 7 + commit: 066da6febea4ea856c27690609dd1533938d21da + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-java-alternatives -a + gradle: + - yes + srclibs: + - reproducible-apk-tools@v0.2.3 + postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$ + 'META-INF/services/*' + AllowedAPKSigningKeys: bb9503be1486028133b33eabce9732100e9a331065e32fa2a033a93498bae6d6 AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 1.3.0 -CurrentVersionCode: 6 +CurrentVersion: 1.3.1 +CurrentVersionCode: 7