mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update Super Productivity to 13.1.2 (1301020000)
This commit is contained in:
parent
5bb165c71f
commit
ff9d98d786
1 changed files with 24 additions and 2 deletions
|
|
@ -316,7 +316,29 @@ Builds:
|
|||
- node_modules
|
||||
- .swp
|
||||
|
||||
- versionName: 13.1.2
|
||||
versionCode: 1301020000
|
||||
commit: 2cfae6ccd4c928acbd2ba7100256ca2a4c019e6a
|
||||
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.1.0
|
||||
CurrentVersionCode: 1301000000
|
||||
CurrentVersion: 13.1.2
|
||||
CurrentVersionCode: 1301020000
|
||||
|
|
|
|||
Loading…
Reference in a new issue