Skip to content

Commit 25cd2bb

Browse files
updated version to 4.5.24
1 parent afc1e79 commit 25cd2bb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ android {
5555

5656
dependencies {
5757
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
58-
implementation('com.metamap:android-sdk:3.42.16') {
58+
implementation('com.metamap:android-sdk:3.42.17') {
5959
exclude group: "com.airbnb.android", module: "lottie-compose"
6060
}
6161
}

ios/metamap_plugin_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Flutter plugin for Mati SDK
1313
s.dependency 'Flutter'
1414
s.platform = :ios, '13'
1515
s.static_framework = true
16-
s.dependency 'MetaMapSDK', "3.23.14"
16+
s.dependency 'MetaMapSDK', "3.23.15"
1717
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
1818
s.swift_version = '5.0'
1919
end

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: metamap_plugin_flutter
22
description: Flutter plugin for Mati SDK.
33

4-
version: 4.5.23
4+
version: 4.5.24
55
homepage: 'https://github.com/GetMati/mati-flutter-plugin'
66

77
environment:

0 commit comments

Comments
 (0)