diff --git a/metadata/com.jens.automation2.yml b/metadata/com.jens.automation2.yml index 69ce46c475..4b947a83a1 100644 --- a/metadata/com.jens.automation2.yml +++ b/metadata/com.jens.automation2.yml @@ -241,7 +241,21 @@ Builds: - sed -i -e '/firebase/d' build.gradle - sed -i -e '/play-services-location/d' build.gradle + - versionName: 1.7.6 + versionCode: 121 + commit: f1f3be56cbc9ea8427503ab0b05e63493b6a70c5 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk + - update-alternatives --auto java + gradle: + - fdroidFlavor + prebuild: + - sed -i -e '/firebase/d' build.gradle + - sed -i -e '/play-services-location/d' build.gradle + AutoUpdateMode: Version UpdateCheckMode: Tags ^v.*$ -CurrentVersion: 1.7.5 -CurrentVersionCode: 119 +CurrentVersion: 1.7.6 +CurrentVersionCode: 121