Updated translation + bumped version code

This commit is contained in:
Sylvain Berfini 2021-01-11 16:04:34 +01:00
parent 2e9c2b7160
commit 880bc7a409
2 changed files with 2 additions and 1 deletions

View file

@ -100,7 +100,7 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 23 minSdkVersion 23
targetSdkVersion 29 targetSdkVersion 29
versionCode 4311 versionCode 4312
versionName "${project.version}" versionName "${project.version}"
applicationId getPackageName() applicationId getPackageName()
multiDexEnabled true multiDexEnabled true

View file

@ -613,6 +613,7 @@
<string name="content_description_exit_conference">Avsluta konferens</string> <string name="content_description_exit_conference">Avsluta konferens</string>
<string name="content_title_notification_service">Linphone-tjänstavisering</string> <string name="content_title_notification_service">Linphone-tjänstavisering</string>
<string name="content_title_notification">Linphone-chattaviseringar</string> <string name="content_title_notification">Linphone-chattaviseringar</string>
<string name="content_title_notification_missed_call">Missade Linphone-samtalsaviseringar</string>
<string name="content_description_conversation_subject">Ämne för gruppchattrum</string> <string name="content_description_conversation_subject">Ämne för gruppchattrum</string>
<string name="content_description_conversation_infos">Info för gruppchattrum</string> <string name="content_description_conversation_infos">Info för gruppchattrum</string>
<string name="content_description_record_call">Spela in samtal</string> <string name="content_description_record_call">Spela in samtal</string>