Skip to content

Commit

Permalink
Merge pull request #93 from /issues/92-mlw-android-1.1.1
Browse files Browse the repository at this point in the history
Raise version of Malwarelytics for Android to 1.1.1
  • Loading branch information
TomasKypta committed Mar 22, 2024
2 parents fdd9615 + 864f0e0 commit 90e2dff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions demoapp/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<allow-intent href="sms:*" />
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<platform name="android" kotlin="1.8.20">
<platform name="android" kotlin="1.8.22">
<allow-intent href="market:*" />
</platform>
<platform name="ios">
Expand All @@ -25,9 +25,9 @@
<preference name="GradleVersion" value="7.6.2" />
<preference name="GradlePluginKotlinEnabled" value="false" />
<preference name="GradlePluginKotlinCodeStyle" value="official" />
<preference name="GradlePluginKotlinVersion" value="1.8.20" />
<preference name="GradlePluginKotlinVersion" value="1.8.22" />
<preference name="AndroidGradlePluginVersion" value="7.4.2" />
<preference name="AndroidXEnabled" value="true" />
<preference name="android-targetSdkVersion" value="33" />
<preference name="android-compileSdkVersion" value="33" />
<preference name="android-targetSdkVersion" value="34" />
<preference name="android-compileSdkVersion" value="34" />
</widget>
2 changes: 1 addition & 1 deletion docs/Release-Notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion src/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit 90e2dff

Please sign in to comment.