mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Update Drinkable to 1.8.7 (10807)
This commit is contained in:
parent
4f2f911e52
commit
474b62eea9
1 changed files with 33 additions and 2 deletions
|
|
@ -44,7 +44,38 @@ Builds:
|
|||
scandelete:
|
||||
- node_modules/
|
||||
|
||||
- versionName: 1.8.7
|
||||
versionCode: 10807
|
||||
commit: 2f1f843682f2783d3171468d8493e2af2a40ab98
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
- curl -Lo node.tar.xz https://nodejs.org/download/release/v16.17.0/node-v16.17.0-linux-x64.tar.xz
|
||||
- echo "f0867d7a17a4d0df7dbb7df9ac3f9126c2b58f75450647146749ef296b31b49b node.tar.xz"
|
||||
| sha256sum -c -
|
||||
- tar xJf node.tar.xz --strip-components=1 -C /usr/local/
|
||||
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.8.6
|
||||
CurrentVersionCode: 10806
|
||||
CurrentVersion: 1.8.7
|
||||
CurrentVersionCode: 10807
|
||||
|
|
|
|||
Loading…
Reference in a new issue