mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-22 05:39:06 +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:
|
Categories:
|
||||||
- Time
|
- Time
|
||||||
License: MIT
|
License: MIT
|
||||||
AuthorName: Johannes Millan
|
AuthorName: Johannes Millan
|
||||||
AuthorWebSite: https://super-productivity.com/
|
AuthorWebSite: https://super-productivity.com/
|
||||||
WebSite: https://super-productivity.com/
|
WebSite: https://super-productivity.com/
|
||||||
SourceCode: https://github.com/johannesjo/super-productivity-android
|
SourceCode: https://github.com/johannesjo/super-productivity/
|
||||||
IssueTracker: https://github.com/johannesjo/super-productivity-android/issues
|
IssueTracker: https://github.com/johannesjo/super-productivity//issues
|
||||||
|
|
||||||
AutoName: Super Productivity
|
AutoName: Super Productivity
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/johannesjo/super-productivity-android
|
Repo: https://github.com/johannesjo/super-productivity/
|
||||||
|
|
||||||
Builds:
|
Builds:
|
||||||
- versionName: '7.0'
|
- versionName: '7.0'
|
||||||
|
|
@ -22,6 +19,9 @@ Builds:
|
||||||
subdir: app
|
subdir: app
|
||||||
gradle:
|
gradle:
|
||||||
- fdroid
|
- fdroid
|
||||||
|
antifeatures:
|
||||||
|
NonFreeNet:
|
||||||
|
en-US: Depends on super-productivity.com, which is not libre.
|
||||||
|
|
||||||
- versionName: '17.0'
|
- versionName: '17.0'
|
||||||
versionCode: 17
|
versionCode: 17
|
||||||
|
|
@ -33,6 +33,9 @@ Builds:
|
||||||
- update-alternatives --auto java
|
- update-alternatives --auto java
|
||||||
gradle:
|
gradle:
|
||||||
- fdroid
|
- fdroid
|
||||||
|
antifeatures:
|
||||||
|
NonFreeNet:
|
||||||
|
en-US: Depends on super-productivity.com, which is not libre.
|
||||||
|
|
||||||
- versionName: '19.0'
|
- versionName: '19.0'
|
||||||
versionCode: 19
|
versionCode: 19
|
||||||
|
|
@ -40,6 +43,9 @@ Builds:
|
||||||
subdir: app
|
subdir: app
|
||||||
gradle:
|
gradle:
|
||||||
- fdroid
|
- fdroid
|
||||||
|
antifeatures:
|
||||||
|
NonFreeNet:
|
||||||
|
en-US: Depends on super-productivity.com, which is not libre.
|
||||||
|
|
||||||
- versionName: '20.0'
|
- versionName: '20.0'
|
||||||
versionCode: 20
|
versionCode: 20
|
||||||
|
|
@ -47,6 +53,9 @@ Builds:
|
||||||
subdir: app
|
subdir: app
|
||||||
gradle:
|
gradle:
|
||||||
- fdroid
|
- fdroid
|
||||||
|
antifeatures:
|
||||||
|
NonFreeNet:
|
||||||
|
en-US: Depends on super-productivity.com, which is not libre.
|
||||||
|
|
||||||
- versionName: '21.0'
|
- versionName: '21.0'
|
||||||
versionCode: 21
|
versionCode: 21
|
||||||
|
|
@ -54,8 +63,30 @@ Builds:
|
||||||
subdir: app
|
subdir: app
|
||||||
gradle:
|
gradle:
|
||||||
- fdroid
|
- 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
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags ^v(?!11.0.3)[\d.]+$
|
||||||
CurrentVersion: '21.0'
|
CurrentVersion: 11.0.3
|
||||||
CurrentVersionCode: 21
|
CurrentVersionCode: 1100030000
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue