mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Update: Added fastlane structure in SpotIT
This commit is contained in:
parent
d55a2a694b
commit
4169ec8d40
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