mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-05 05:36:52 +00:00
Update Drinkable to 1.54.0 (15400)
This commit is contained in:
parent
cecca542bd
commit
e5654f8995
1 changed files with 28 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue