mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Update Super Productivity to 13.0.4 (1300040000)
This commit is contained in:
parent
dfd9b6e087
commit
917ff78598
1 changed files with 24 additions and 2 deletions
|
|
@ -250,7 +250,29 @@ Builds:
|
|||
- node_modules
|
||||
- .swp
|
||||
|
||||
- versionName: 13.0.4
|
||||
versionCode: 1300040000
|
||||
commit: 7024cb6e9387fee731194cb2b318fc4b78cc8f0e
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- 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
|
||||
init:
|
||||
- cd ../..
|
||||
- npm install --build-from-source
|
||||
- npm run build
|
||||
- npx cap sync
|
||||
gradle:
|
||||
- fdroid
|
||||
output: build/outputs/apk/fdroid/release/app-fdroid-release-unsigned.apk
|
||||
scandelete:
|
||||
- node_modules
|
||||
- .swp
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v(?!11.0.3)[\d.]+$
|
||||
CurrentVersion: 13.0.1
|
||||
CurrentVersionCode: 1300010000
|
||||
CurrentVersion: 13.0.4
|
||||
CurrentVersionCode: 1300040000
|
||||
|
|
|
|||
Loading…
Reference in a new issue