diff --git a/metadata/com.jens.automation2.yml b/metadata/com.jens.automation2.yml index 4b947a83a1..7b809ec3ca 100644 --- a/metadata/com.jens.automation2.yml +++ b/metadata/com.jens.automation2.yml @@ -255,7 +255,21 @@ Builds: - sed -i -e '/firebase/d' build.gradle - sed -i -e '/play-services-location/d' build.gradle + - versionName: 1.7.7 + versionCode: 122 + commit: 475c1719d7dd389a261981b108e57189e44bc0c5 + 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.6 -CurrentVersionCode: 121 +CurrentVersion: 1.7.7 +CurrentVersionCode: 122