diff --git a/metadata/com.jens.automation2.yml b/metadata/com.jens.automation2.yml index c7c78abd58..4f65fdd288 100644 --- a/metadata/com.jens.automation2.yml +++ b/metadata/com.jens.automation2.yml @@ -226,7 +226,21 @@ Builds: - sed -i -e '/firebase/d' build.gradle - sed -i -e '/play-services-location/d' build.gradle + - versionName: 1.7.5 + versionCode: 119 + commit: 7046cccabec644b862b1c5a5be376e5973671d3b + 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.4 -CurrentVersionCode: 118 +CurrentVersion: 1.7.5 +CurrentVersionCode: 119