Skip to content

Commit

Permalink
Fix archives base name
Browse files Browse the repository at this point in the history
  • Loading branch information
naveensingh committed Feb 11, 2024
1 parent 54e2ef6 commit a1be02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ android {
versionName = project.libs.versions.app.version.versionName.get()
versionCode = project.libs.versions.app.version.versionCode.get().toInt()
vectorDrawables.useSupportLibrary = true
setProperty("archivesBaseName", "gallery-$versionCode")
setProperty("archivesBaseName", "music-player-$versionCode")
ksp {
arg("room.schemaLocation", "$projectDir/schemas")
}
Expand Down

0 comments on commit a1be02c

Please sign in to comment.