mirror of
https://github.com/MaintainTeam/Hypatia.git
synced 2025-03-01 05:48:23 +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"
|
applicationId "us.spotco.malwarescanner"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 58
|
versionCode 59
|
||||||
versionName "2.15"
|
versionName "2.15"
|
||||||
resConfigs "en", "de", "fr"
|
resConfigs "en", "de", "fr"
|
||||||
}
|
}
|
||||||
|
|
|
@ -110,7 +110,7 @@ public class MalwareScannerService extends Service {
|
||||||
}
|
}
|
||||||
malwareMonitors.clear();
|
malwareMonitors.clear();
|
||||||
System.gc();
|
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() {
|
private void setForeground() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue