Fixup last commit

This commit is contained in:
Tad 2021-02-13 16:49:01 -05:00
parent c6e3ab1dde
commit 6ba974c078
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View file

@ -6,7 +6,7 @@ android {
applicationId "us.spotco.malwarescanner" applicationId "us.spotco.malwarescanner"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 29 targetSdkVersion 29
versionCode 53 versionCode 54
versionName "2.13" versionName "2.13"
resConfigs "en", "de" resConfigs "en", "de"
} }

View file

@ -212,7 +212,7 @@ class Database {
} }
} else { } else {
publishProgress(url.replaceAll(baseURL, "") 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(); connection.disconnect();
} catch (Exception e) { } catch (Exception e) {