Skip to content

Commit

Permalink
feat: debug app name
Browse files Browse the repository at this point in the history
  • Loading branch information
axiel7 committed Aug 11, 2024
1 parent 3d0ce7c commit a226f36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ android {
"proguard-rules.pro"
)
buildConfigField("String", "CLIENT_ID", properties.getProperty("CLIENT_ID"))
resValue("string", "app_name", "MoeList Debug")
}
release {
isDebuggable = false
Expand Down

0 comments on commit a226f36

Please sign in to comment.