diff --git a/metadata/com.github.jameshnsears.quoteunquote.yml b/metadata/com.github.jameshnsears.quoteunquote.yml index 12b105092a..83b8340111 100644 --- a/metadata/com.github.jameshnsears.quoteunquote.yml +++ b/metadata/com.github.jameshnsears.quoteunquote.yml @@ -329,7 +329,20 @@ Builds: - fdroid prebuild: sed -i -e '/firebase/d' build.gradle + - versionName: 2.9.1-fdroid + versionCode: 922431 + commit: 0c6feb791ab62a4ae082fd7e1bfe967d176407ca + subdir: app + submodules: true + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk + - update-alternatives --auto java + gradle: + - fdroid + prebuild: sed -i -e '/firebase/d' build.gradle + AutoUpdateMode: Version %v UpdateCheckMode: Tags .*-fdroid$ -CurrentVersion: 2.9.0-fdroid -CurrentVersionCode: 912431 +CurrentVersion: 2.9.1-fdroid +CurrentVersionCode: 922431