mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 18:21:42 +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
|
SourceCode: https://github.com/chaudharirohit2810/SpotIT
|
||||||
IssueTracker: https://github.com/chaudharirohit2810/SpotIT/issues
|
IssueTracker: https://github.com/chaudharirohit2810/SpotIT/issues
|
||||||
|
|
||||||
AutoName: SpotIt
|
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
|
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/chaudharirohit2810/SpotIT
|
Repo: https://github.com/chaudharirohit2810/SpotIT
|
||||||
|
|
@ -33,7 +19,14 @@ Builds:
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
|
|
||||||
AutoUpdateMode: None
|
- versionName: 0.1.1
|
||||||
|
versionCode: 2
|
||||||
|
commit: 0.1.1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version %v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 0.1.1
|
CurrentVersion: 0.1.1
|
||||||
CurrentVersionCode: 2
|
CurrentVersionCode: 2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue