forked from mirror/monocles_chat_clean
parent
34f0da4279
commit
422eaa7332
2 changed files with 2 additions and 2 deletions
|
@ -262,7 +262,7 @@ android {
|
|||
if (baseAbiVersionCode != null) {
|
||||
output.versionCodeOverride = (100 * project.android.defaultConfig.versionCode) + baseAbiVersionCode
|
||||
} else {
|
||||
output.versionCodeOverride = (100 * project.android.defaultConfig.versionCode) + grgit.log(includes: ["HEAD"], excludes: [tags.last()]).size()
|
||||
ate output.versionCodeOverride = (100 * project.android.defaultConfig.versionCode) + grgit.log(includes: ["HEAD"], excludes: [tags.last()]).size()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1303,6 +1303,6 @@
|
|||
<string name="please_be_patient">Please be patient...</string>
|
||||
<string name="confirm_delete_attachment_summary">Do you want to skip confirmation if you delete a local file from a chats?</string>
|
||||
<string name="pref_confirm_delete_attachment">Confirm local file removal</string>
|
||||
<string name="pref_keep_num_backups">How many backups should be kept? Defaults to 3</string>
|
||||
<string name="pref_keep_num_backups">How many backups should be kept?. Defaults to 3</string>
|
||||
<string name="pref_keep_num_backups_title">Number of backups to keep</string>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue