mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
com.superproductivity.superproductivity: Update to use new source code repo
This commit is contained in:
parent
0444bd0780
commit
6b8bc77ecb
1 changed files with 40 additions and 9 deletions
|
|
@ -1,19 +1,16 @@
|
|||
AntiFeatures:
|
||||
NonFreeNet:
|
||||
en-US: Depends on super-productivity.com, which is not libre.
|
||||
Categories:
|
||||
- Time
|
||||
License: MIT
|
||||
AuthorName: Johannes Millan
|
||||
AuthorWebSite: https://super-productivity.com/
|
||||
WebSite: https://super-productivity.com/
|
||||
SourceCode: https://github.com/johannesjo/super-productivity-android
|
||||
IssueTracker: https://github.com/johannesjo/super-productivity-android/issues
|
||||
SourceCode: https://github.com/johannesjo/super-productivity/
|
||||
IssueTracker: https://github.com/johannesjo/super-productivity//issues
|
||||
|
||||
AutoName: Super Productivity
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/johannesjo/super-productivity-android
|
||||
Repo: https://github.com/johannesjo/super-productivity/
|
||||
|
||||
Builds:
|
||||
- versionName: '7.0'
|
||||
|
|
@ -22,6 +19,9 @@ Builds:
|
|||
subdir: app
|
||||
gradle:
|
||||
- fdroid
|
||||
antifeatures:
|
||||
NonFreeNet:
|
||||
en-US: Depends on super-productivity.com, which is not libre.
|
||||
|
||||
- versionName: '17.0'
|
||||
versionCode: 17
|
||||
|
|
@ -33,6 +33,9 @@ Builds:
|
|||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- fdroid
|
||||
antifeatures:
|
||||
NonFreeNet:
|
||||
en-US: Depends on super-productivity.com, which is not libre.
|
||||
|
||||
- versionName: '19.0'
|
||||
versionCode: 19
|
||||
|
|
@ -40,6 +43,9 @@ Builds:
|
|||
subdir: app
|
||||
gradle:
|
||||
- fdroid
|
||||
antifeatures:
|
||||
NonFreeNet:
|
||||
en-US: Depends on super-productivity.com, which is not libre.
|
||||
|
||||
- versionName: '20.0'
|
||||
versionCode: 20
|
||||
|
|
@ -47,6 +53,9 @@ Builds:
|
|||
subdir: app
|
||||
gradle:
|
||||
- fdroid
|
||||
antifeatures:
|
||||
NonFreeNet:
|
||||
en-US: Depends on super-productivity.com, which is not libre.
|
||||
|
||||
- versionName: '21.0'
|
||||
versionCode: 21
|
||||
|
|
@ -54,8 +63,30 @@ Builds:
|
|||
subdir: app
|
||||
gradle:
|
||||
- fdroid
|
||||
antifeatures:
|
||||
NonFreeNet:
|
||||
en-US: Depends on super-productivity.com, which is not libre.
|
||||
|
||||
- versionName: 11.0.3
|
||||
versionCode: 1100030000
|
||||
commit: b8016de2c3d03aa925c9af7a666f891c0d781419
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- apt-get update
|
||||
- apt-get install -y npm
|
||||
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
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '21.0'
|
||||
CurrentVersionCode: 21
|
||||
UpdateCheckMode: Tags ^v(?!11.0.3)[\d.]+$
|
||||
CurrentVersion: 11.0.3
|
||||
CurrentVersionCode: 1100030000
|
||||
|
|
|
|||
Loading…
Reference in a new issue