Update Drinkable to 1.13.0 (11300)

This commit is contained in:
F-Droid checkupdates bot 2022-11-11 07:55:31 +00:00
parent 5e559a3b40
commit 58ea9df623

View file

@ -243,7 +243,35 @@ Builds:
scandelete:
- node_modules/
- versionName: 1.13.0
versionCode: 11300
commit: 53644a396d03fb37f096784748723df158b0437d
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.12.0
CurrentVersionCode: 11200
CurrentVersion: 1.13.0
CurrentVersionCode: 11300