From cd42c59c858460fc0ded7f9e84b7a0bebda37ea4 Mon Sep 17 00:00:00 2001 From: Tomas Kypta Date: Tue, 19 Mar 2024 13:38:45 +0100 Subject: [PATCH 1/4] Bump Malwarelytics for Android to 1.1.1 --- src/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")) From e0480484b40342cd09280b0508080c75148756f2 Mon Sep 17 00:00:00 2001 From: Tomas Kypta Date: Tue, 19 Mar 2024 13:39:48 +0100 Subject: [PATCH 2/4] Bump targetSdk to 34 --- demoapp/config.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demoapp/config.xml b/demoapp/config.xml index ca24d39..db2c233 100644 --- a/demoapp/config.xml +++ b/demoapp/config.xml @@ -28,6 +28,6 @@ - - + + From 5eff3afd7d023da519cd9c6c61988bc58a0688a4 Mon Sep 17 00:00:00 2001 From: Tomas Kypta Date: Tue, 19 Mar 2024 13:40:20 +0100 Subject: [PATCH 3/4] Bump Kotlin version to 1.8.22 --- demoapp/config.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demoapp/config.xml b/demoapp/config.xml index db2c233..b32d06f 100644 --- a/demoapp/config.xml +++ b/demoapp/config.xml @@ -15,7 +15,7 @@ - + @@ -25,7 +25,7 @@ - + From 864f0e0c00efc1126ad397a44f450265e17ca870 Mon Sep 17 00:00:00 2001 From: Tomas Kypta Date: Tue, 19 Mar 2024 13:47:27 +0100 Subject: [PATCH 4/4] Update release notes --- docs/Release-Notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)