mirror of
https://github.com/MaintainTeam/Hypatia.git
synced 2025-02-28 21:38:21 +03:00
Bump version
This commit is contained in:
parent
87d94b451f
commit
0f9b897c41
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 30
|
||||
versionCode 58
|
||||
versionCode 59
|
||||
versionName "2.15"
|
||||
resConfigs "en", "de", "fr"
|
||||
}
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue