diff --git a/metadata/org.eu.exodus_privacy.exodusprivacy.yml b/metadata/org.eu.exodus_privacy.exodusprivacy.yml index b872565c2a..fe35c6b7e8 100644 --- a/metadata/org.eu.exodus_privacy.exodusprivacy.yml +++ b/metadata/org.eu.exodus_privacy.exodusprivacy.yml @@ -126,7 +126,20 @@ Builds: prebuild: sed -i -e 's/$System.env.EXODUS_API_KEY/a7b296cf7959cd10cc04a3a4321ca38bdadc4c9d/' build.gradle + - versionName: 3.1.1 + versionCode: 16 + commit: cdeaf533e9fae5fba2619058f9b1526cfc2d0720 + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-java-alternatives -a + gradle: + - yes + prebuild: sed -i -e 's/$System.env.EXODUS_API_KEY/a7b296cf7959cd10cc04a3a4321ca38bdadc4c9d/' + build.gradle + AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 3.1.0 -CurrentVersionCode: 15 +CurrentVersion: 3.1.1 +CurrentVersionCode: 16