Update Drinkable to 1.36.0 (13600)

This commit is contained in:
F-Droid checkupdates bot 2023-08-11 07:51:50 +00:00
parent 16013e5ed1
commit fbef96811f

View file

@ -1085,7 +1085,38 @@ Builds:
scandelete:
- node_modules/
- versionName: 1.36.0
versionCode: 13600
commit: 2ab24452e34939f62363a78f61211bd00a0056b9
subdir: android/app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-java-alternatives -a
- 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.35.0
CurrentVersionCode: 13500
CurrentVersion: 1.36.0
CurrentVersionCode: 13600