mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Merge branch 'feature/com.bernaferrari.sdkmonitor' into 'master'
New app: SDK Monitor Closes rfp#790 See merge request fdroid/fdroiddata!6839
This commit is contained in:
commit
cb7c459578
1 changed files with 32 additions and 0 deletions
32
metadata/com.bernaferrari.sdkmonitor.yml
Normal file
32
metadata/com.bernaferrari.sdkmonitor.yml
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
Categories:
|
||||
- System
|
||||
License: Apache-2.0
|
||||
SourceCode: https://github.com/bernaferrari/SDKMonitor
|
||||
IssueTracker: https://github.com/bernaferrari/SDKMonitor/issues
|
||||
|
||||
AutoName: SDK Monitor
|
||||
Summary: Display and monitor the targetSDK from installed apps
|
||||
Description: |-
|
||||
This app tracks changes on targetSDK from your apps. Starting November 1st,
|
||||
2018, Google is requiring all app updates to target at least 26 (28 is the
|
||||
latest).
|
||||
|
||||
The idea behind this project was to make it easy to see the apps which are
|
||||
"voluntarily" being updated regularly, and the ones that are resisting
|
||||
until the last second.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/bernaferrari/SDKMonitor
|
||||
|
||||
Builds:
|
||||
- versionName: '0.3'
|
||||
versionCode: 3
|
||||
commit: '0.3'
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '0.3'
|
||||
CurrentVersionCode: 3
|
||||
Loading…
Reference in a new issue