mirror of
https://github.com/MaintainTeam/Hypatia.git
synced 2025-02-28 21:38:21 +03:00
Fixup last commit
This commit is contained in:
parent
c6e3ab1dde
commit
6ba974c078
3 changed files with 2 additions and 2 deletions
BIN
.idea/caches/build_file_checksums.ser
generated
BIN
.idea/caches/build_file_checksums.ser
generated
Binary file not shown.
|
@ -6,7 +6,7 @@ android {
|
|||
applicationId "us.spotco.malwarescanner"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 29
|
||||
versionCode 53
|
||||
versionCode 54
|
||||
versionName "2.13"
|
||||
resConfigs "en", "de"
|
||||
}
|
||||
|
|
|
@ -212,7 +212,7 @@ class Database {
|
|||
}
|
||||
} else {
|
||||
publishProgress(url.replaceAll(baseURL, "")
|
||||
+ "\n\t" + Utils.getContext().getString(R.string.main_database_not_changed) + lastModifiedLocal + "\n");
|
||||
+ "\n\t" + Utils.getContext().getString(R.string.main_database_not_changed) + " " + lastModifiedLocal + "\n");
|
||||
}
|
||||
connection.disconnect();
|
||||
} catch (Exception e) {
|
||||
|
|
Loading…
Add table
Reference in a new issue