diff --git a/metadata/at.tomtasche.reader.yml b/metadata/at.tomtasche.reader.yml index 69f26c196c..f3ed52557c 100644 --- a/metadata/at.tomtasche.reader.yml +++ b/metadata/at.tomtasche.reader.yml @@ -371,8 +371,46 @@ Builds: ui/*/*.java ui/*.java; done ndk: 26.3.11579264 + - versionName: '3.34' + versionCode: 188 + commit: v3.34 + subdir: app + sudo: + - apt-get update + - apt-get install -y cmake make ninja-build pipx + - PIPX_HOME=/opt/pipx PIPX_BIN_DIR=/usr/local/bin pipx install conan + gradle: + - pro + srclibs: + - conan-odr-index@455b0c03e031d0ae3e8fbfa7b8a6fb92ba491b34 + prebuild: + - conan remote remove "*" + - conan remote add odr $$conan-odr-index$$ + - conan remote add conancenter https://center2.conan.io + - conan profile detect + - sed -i -e '/gms/d' -e '/firebase/d' -e 's/build=missing/build=*/' {.,..}/build.gradle + - sed -i -e '/com.google.android.play/d' -e '/ump/d' -e '/pro"/d' build.gradle + - sed -i -e '/INTERNET/d' -e '/^ nonfree/${class}.java; sed -i -e "/${class}\./Id" background/*.java + ui/*/*.java ui/*.java; done + ndk: 26.3.11579264 + AutoUpdateMode: Version v%v UpdateCheckMode: HTTP UpdateCheckData: https://raw.githubusercontent.com/opendocument-app/OpenDocument.droid/master/app/src/main/AndroidManifest.xml|versionCode="(\d+)|.|versionName="([\d.]+) -CurrentVersion: '3.32' -CurrentVersionCode: 186 +CurrentVersion: '3.34' +CurrentVersionCode: 188 diff --git a/srclibs/conan-odr-index.yml b/srclibs/conan-odr-index.yml new file mode 100644 index 0000000000..9594ee025b --- /dev/null +++ b/srclibs/conan-odr-index.yml @@ -0,0 +1,2 @@ +RepoType: git +Repo: https://github.com/opendocument-app/conan-odr-index