mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Drinkable to 1.57.1 (15701)
This commit is contained in:
parent
64ba745376
commit
8f6334c695
1 changed files with 30 additions and 2 deletions
|
|
@ -1974,7 +1974,35 @@ Builds:
|
||||||
scandelete:
|
scandelete:
|
||||||
- node_modules/
|
- node_modules/
|
||||||
|
|
||||||
|
- versionName: 1.57.1
|
||||||
|
versionCode: 15701
|
||||||
|
commit: e4ce49d1f6fdcf26180c645c646023fa5b3dc2bc
|
||||||
|
subdir: android/app
|
||||||
|
sudo:
|
||||||
|
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -t trixie npm openjdk-21-jdk-headless
|
||||||
|
- update-alternatives --auto java
|
||||||
|
- 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
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 1.57.0
|
CurrentVersion: 1.57.1
|
||||||
CurrentVersionCode: 15700
|
CurrentVersionCode: 15701
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue