This commit is contained in:
Ꮢ$HABH 2024-02-17 18:20:07 +00:00 committed by GitHub
commit 42a90bafe2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 11 deletions

View file

@ -2,6 +2,7 @@
<img src="./app/src/main/ic_launcher-playstore.png" width="128" height="128" style="display: block; margin: 0 auto"/>
<h1>ViMusic</h1>
<p>An Android application for streaming music from YouTube Music</p>
Collaboration With <a href="https://instagram.com/ll._rsy_.ll">RISHABH</a>
</div>
---
@ -39,13 +40,8 @@
[<img src="https://github.com/machiav3lli/oandbackupx/blob/034b226cea5c1b30eb4f6a6f313e4dadcbb0ece4/badge_github.png"
alt="Get it on GitHub"
height="80">](https://github.com/vfsfitvnm/ViMusic/releases/latest)
[<img src="https://gitlab.com/IzzyOnDroid/repo/-/raw/master/assets/IzzyOnDroid.png"
alt="Get it on IzzyOnDroid"
height="80">](https://apt.izzysoft.de/fdroid/index/apk/it.vfsfitvnm.vimusic)
[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png"
alt="Get it on F-Droid"
height="80">](https://f-droid.org/packages/it.vfsfitvnm.vimusic/)
height="80">](https://github.com/RishabhSahil/ViMusic/releases/latest)
## Acknowledgments
- [**YouTube-Internal-Clients**](https://github.com/zerodytrash/YouTube-Internal-Clients): A python script that discovers hidden YouTube API clients. Just a research project.

View file

@ -39,7 +39,7 @@ fun About() {
) {
Header(title = "About") {
BasicText(
text = "v${BuildConfig.VERSION_NAME} by vfsfitvnm",
text = "v${BuildConfig.VERSION_NAME} by vfsfitvnm And RISHABH KUMAR GOOGLE CSE",
style = typography.s.secondary
)
}
@ -47,10 +47,10 @@ fun About() {
SettingsEntryGroupText(title = "SOCIAL")
SettingsEntry(
title = "GitHub",
text = "View the source code",
title = "Instagram",
text = "Follow on Instagram",
onClick = {
uriHandler.openUri("https://github.com/vfsfitvnm/ViMusic")
uriHandler.openUri("https://instagram.com/ll._rsy_.ll")
}
)