Skip to content

Commit

Permalink
other: Adjust app name based on build variant
Browse files Browse the repository at this point in the history
  • Loading branch information
cyb3rko committed Sep 26, 2023
1 parent d9544f4 commit 9f69703
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/build.gradle
Expand Up @@ -15,7 +15,7 @@ android {
targetSdk 34
versionCode 11
versionName '0.7.0'
resValue 'string', "app_name", "PINcredible DEV"
resValue 'string', "app_name", "PINcredible DEBUG"
signingConfig signingConfigs.debug
}
applicationVariants.configureEach { variant ->
Expand All @@ -26,6 +26,7 @@ android {
minifyEnabled false
debuggable true
applicationIdSuffix ".dev"
resValue 'string', "app_name", "PINcredible DEV"
}
release {
minifyEnabled true
Expand Down

0 comments on commit 9f69703

Please sign in to comment.