sum7: rename App without spaces and from sum7 #4

This commit is contained in:
genofire 2020-04-24 01:22:16 +02:00
parent dfa22954e5
commit c52121e6dc
1 changed files with 2 additions and 2 deletions

View File

@ -95,8 +95,8 @@ android {
archivesBaseName += "-$versionName"
applicationId "eu.sum7.conversations"
resValue "string", "applicationId", applicationId
resValue "string", "app_name", "Conv6ations for Sum7"
buildConfigField "String", "LOGTAG", "\"conversations-sum7\""
resValue "string", "app_name", "Conv6ations"
buildConfigField "String", "LOGTAG", "\"conver6ations\""
}
dataBinding {