Skip to content

Commit

Permalink
Fix release app name and icon
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrlzy committed Nov 20, 2024
1 parent 55b6b76 commit 38b1c77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ android {

addManifestPlaceholders(
mapOf(
"appIcon" to "@mipmap/ic_launcher_debug",
"appLabel" to "@string/app_name_debug",
"appIcon" to "@mipmap/ic_launcher",
"appLabel" to "@string/app_name",
),
)
}
Expand Down

0 comments on commit 38b1c77

Please sign in to comment.