diff --git a/demoapp/config.xml b/demoapp/config.xml index ca24d39..b32d06f 100644 --- a/demoapp/config.xml +++ b/demoapp/config.xml @@ -15,7 +15,7 @@ - + @@ -25,9 +25,9 @@ - + - - + + diff --git a/docs/Release-Notes.md b/docs/Release-Notes.md index ebe0ce9..70e213b 100644 --- a/docs/Release-Notes.md +++ b/docs/Release-Notes.md @@ -4,7 +4,7 @@ ### Release 5.1.1-dev -- Update Malwarelytics for Android to 1.1.0 (#87) +- Update Malwarelytics for Android to 1.1.1 (#87, #92) - Update ApkThreat with flags (#89) diff --git a/src/android/build.gradle b/src/android/build.gradle index e9d3c6c..2b7190e 100644 --- a/src/android/build.gradle +++ b/src/android/build.gradle @@ -3,7 +3,7 @@ repositories { } dependencies { - implementation 'com.wultra.android.antimalware:antivirus:1.1.0' + implementation 'com.wultra.android.antimalware:antivirus:1.1.1' implementation "com.google.code.gson:gson:2.10.1" implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.20"))