From 9587529ba186645fec128a93f11c3cf88be5fbfd Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Thu, 29 Sep 2022 17:05:22 +0300 Subject: [PATCH] Newapp: Drinkable --- metadata/com.moimob.drinkable.yml | 50 +++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 metadata/com.moimob.drinkable.yml diff --git a/metadata/com.moimob.drinkable.yml b/metadata/com.moimob.drinkable.yml new file mode 100644 index 0000000000..4c2cce17a6 --- /dev/null +++ b/metadata/com.moimob.drinkable.yml @@ -0,0 +1,50 @@ +Categories: + - Science & Education +License: MIT +AuthorName: Anton Gustafsson +AuthorEmail: anton@moimob.com +AuthorWebSite: https://moimob.com +SourceCode: https://github.com/MOIMOB/drinkable +IssueTracker: https://github.com/MOIMOB/drinkable/issues + +AutoName: Drinkable + +RepoType: git +Repo: https://github.com/MOIMOB/drinkable.git + +Builds: + - versionName: 1.8.6 + versionCode: 10806 + commit: 3f4c50dc89ae57bdeaca984a0a8db36cb5c5ba0c + subdir: android/app + sudo: + - sysctl fs.inotify.max_user_watches=524288 || true + - apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + - curl -Lo node.tar.xz https://nodejs.org/download/release/v16.17.0/node-v16.17.0-linux-x64.tar.xz + - echo "f0867d7a17a4d0df7dbb7df9ac3f9126c2b58f75450647146749ef296b31b49b node.tar.xz" + | sha256sum -c - + - tar xJf node.tar.xz --strip-components=1 -C /usr/local/ + gradle: + - yes + prebuild: + - echo SUPABASE_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InJhYXVzZnd4ZWhjaGd0dGpjZmZtIiwicm9sZSI6ImFub24iLCJpYXQiOjE2NjI4MDA2NzAsImV4cCI6MTk3ODM3NjY3MH0.10YASNXEVnPoCBv2S7772K5rsJZtlQIU1xhd1Pn2P9A + > ../../.env + - echo ADMOB_APP_ID="deadbeef" > ../local.properties + - sed -i -e '/google-services/d' ../build.gradle + - pushd ../.. + - npm ci + - npm run build + - npx cap telemetry off + - npx cap update + - popd + scanignore: + - node_modules/@capacitor/cli/assets/capacitor-cordova-android-plugins.tar.gz + scandelete: + - node_modules/ + +AutoUpdateMode: Version +UpdateCheckMode: Tags +CurrentVersion: 1.8.6 +CurrentVersionCode: 10806