diff --git a/metadata/com.jens.automation2.yml b/metadata/com.jens.automation2.yml index feccd9b80c..db088ce6cd 100644 --- a/metadata/com.jens.automation2.yml +++ b/metadata/com.jens.automation2.yml @@ -184,7 +184,21 @@ Builds: - sed -i -e '/firebase/d' build.gradle - sed -i -e '/play-services-location/d' build.gradle + - versionName: 1.7.2 + versionCode: 116 + commit: 2a067507aee62418e416f030c2b5ba5d6a3ced5b + 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.1 -CurrentVersionCode: 115 +CurrentVersion: 1.7.2 +CurrentVersionCode: 116