Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arnab-kundu committed Jun 8, 2024
1 parent 6e8b54d commit 1861d52
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app-version.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ allprojects{
project.ext{
version = [
major: 1,
minor: 2,
build: 9
minor: 3,
build: 0
]
}
}
10 changes: 5 additions & 5 deletions app/src/main/java/com/akundu/kkplayer/data/SongDataProvider.kt
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@ object SongDataProvider {
movie = ""
),
Song(
title = "Maahi%20Ve",
artist = "Saurabh",
title = "Maahi Ve",
artist = "A.R. Rahman",
fileName = "Maahi Ve.mp3",
url = "https://pwdown.info/8964/Maahi%20Ve%20(Highway)%20DJ%20Saurabh%20Mix%20(PagalWorld.com).mp3",
movie = ""
url = "https://pagalnew.com/download128/5535",
movie = "Highway"
),
Song(
title = "Closer - The Chainsmokers",
Expand Down Expand Up @@ -167,7 +167,7 @@ object SongDataProvider {
),

Song(
title = "lovestory",
title = "Love story",
artist = "Taylor Swift",
fileName = "lovestory.mp3",
url = "https://ia903102.us.archive.org/24/items/lovestory_381/03-taylor_swift-love_story.mp3",
Expand Down

0 comments on commit 1861d52

Please sign in to comment.