Bump version

This commit is contained in:
Tad 2021-03-02 10:18:44 -05:00
parent 87d94b451f
commit 0f9b897c41
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View file

@ -6,7 +6,7 @@ android {
applicationId "us.spotco.malwarescanner"
minSdkVersion 16
targetSdkVersion 30
versionCode 58
versionCode 59
versionName "2.15"
resConfigs "en", "de", "fr"
}

View file

@ -110,7 +110,7 @@ public class MalwareScannerService extends Service {
}
malwareMonitors.clear();
System.gc();
Toast.makeText(this, Utils.getContext().getString(R.string.lblNotificationRealtimeStopped), Toast.LENGTH_SHORT).show();
Toast.makeText(this, getString(R.string.lblNotificationRealtimeStopped), Toast.LENGTH_SHORT).show();
}
private void setForeground() {