mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-06 22:26:57 +00:00
Merge branch 'master' into 'master'
Update: Added fastlane structure in SpotIT See merge request fdroid/fdroiddata!7935
This commit is contained in:
commit
9025a04c4e
1 changed files with 9 additions and 16 deletions
|
|
@ -6,21 +6,7 @@ AuthorEmail: rohitkc2810@gmail.com
|
|||
SourceCode: https://github.com/chaudharirohit2810/SpotIT
|
||||
IssueTracker: https://github.com/chaudharirohit2810/SpotIT/issues
|
||||
|
||||
AutoName: SpotIt
|
||||
Description: |-
|
||||
Want to avoid ads in spotify, jiosaavn or gaana, then this app is for you.
|
||||
|
||||
SpotIT is simple app that detects advertisements in music streaming apps and mutes them so your work doesn't get interrupted by ads.
|
||||
The app works with popular music streaming services like Spotify, JioSaavn and Gaana.
|
||||
|
||||
* Mute ads in Spotify, JioSaavn and Gaana
|
||||
* Simple and Intituive UI
|
||||
* FOSS Forever
|
||||
|
||||
Privacy:
|
||||
|
||||
* The app does not collect any private data nor it requires any network permissions.
|
||||
* It uses user notifications to detect advertisements in music streaming services and does not "hack" protection measures of music streaming services
|
||||
AutoName: SpotIT
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/chaudharirohit2810/SpotIT
|
||||
|
|
@ -33,7 +19,14 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: None
|
||||
- versionName: 0.1.1
|
||||
versionCode: 2
|
||||
commit: 0.1.1
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.1.1
|
||||
CurrentVersionCode: 2
|
||||
|
|
|
|||
Loading…
Reference in a new issue