Update Drinkable to 1.54.0 (15400)

This commit is contained in:
F-Droid checkupdates bot 2024-09-16 07:12:23 +00:00
parent cecca542bd
commit e5654f8995

View file

@ -1842,7 +1842,33 @@ Builds:
scandelete:
- node_modules/
- versionName: 1.54.0
versionCode: 15400
commit: 9a196a9aee7b7b0f6a78156b0b2eb0c9e24a6af2
subdir: android/app
sudo:
- apt-get update
- apt-get install npm
- 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.53.0
CurrentVersionCode: 15300
CurrentVersion: 1.54.0
CurrentVersionCode: 15400