Update Drinkable to 1.15.0 (11500)

This commit is contained in:
F-Droid checkupdates bot 2022-11-22 06:38:13 +00:00
parent a9f355c17e
commit 43dead7690

View file

@ -299,7 +299,35 @@ Builds:
scandelete:
- node_modules/
- versionName: 1.15.0
versionCode: 11500
commit: 96817ca71e81344abe9eae39bc8f71ba4c3e7735
subdir: android/app
sudo:
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-x64.tar.gz
- echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
- sysctl fs.inotify.max_user_watches=524288 || true
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.14.0
CurrentVersionCode: 11400
CurrentVersion: 1.15.0
CurrentVersionCode: 11500