From fe028d2735afd484342aeb76de5b7117751120a6 Mon Sep 17 00:00:00 2001 From: "Daksh P. Jain" Date: Tue, 21 Jul 2020 22:48:36 +0530 Subject: [PATCH] In compliance with the GPLv3 license (#10) According to the GPLv3 license, you need to provide the source code of your app in your app and the published website's description. --- app/src/main/java/io/github/muntashirakon/music/Constants.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/io/github/muntashirakon/music/Constants.kt b/app/src/main/java/io/github/muntashirakon/music/Constants.kt index 1d43ca9da..218dba4a9 100644 --- a/app/src/main/java/io/github/muntashirakon/music/Constants.kt +++ b/app/src/main/java/io/github/muntashirakon/music/Constants.kt @@ -22,7 +22,7 @@ object Constants { const val RATE_ON_GOOGLE_PLAY = "https://play.google.com/store/apps/details?id=code.name.monkey.retromusic" const val TRANSLATE = "https://github.com/h4h13/RetroMusicPlayer" - const val GITHUB_PROJECT = "https://github.com/h4h13/RetroMusicPlayer" + const val GITHUB_PROJECT = "https://github.com/MuntashirAkon/Metro" const val TELEGRAM_CHANGE_LOG = "https://t.me/retromusiclog" const val USER_PROFILE = "profile.jpg" const val USER_BANNER = "banner.jpg" @@ -125,4 +125,4 @@ const val TOGGLE_SHUFFLE = "toggle_shuffle" const val SONG_GRID_STYLE = "song_grid_style" const val PAUSE_ON_ZERO_VOLUME = "pause_on_zero_volume" const val FILTER_SONG = "filter_song" -const val EXPAND_NOW_PLAYING_PANEL = "expand_now_playing_panel" \ No newline at end of file +const val EXPAND_NOW_PLAYING_PANEL = "expand_now_playing_panel"