Skip to content

Commit

Permalink
Update: Same name for neo & release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
machiav3lli committed May 9, 2024
1 parent dcc5108 commit b8367fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ android {
isMinifyEnabled = false
isShrinkResources = false
applicationIdSuffix = ".neo"
resValue("string", "application_name", "Neo Store - Test")
resValue("string", "application_name", "Neo Store")
}
named("release") {
isMinifyEnabled = true
Expand Down

0 comments on commit b8367fa

Please sign in to comment.