We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f88969f commit 84e8bf0Copy full SHA for 84e8bf0
2 files changed
android/build.gradle
@@ -49,7 +49,7 @@ android {
49
50
dependencies {
51
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
52
- implementation('com.metamap:android-sdk:3.42.15') {
+ implementation('com.metamap:android-sdk:3.42.16') {
53
exclude group: "com.airbnb.android", module: "lottie-compose"
54
}
55
pubspec.yaml
@@ -1,7 +1,7 @@
1
name: metamap_plugin_flutter
2
description: Flutter plugin for Mati SDK.
3
4
-version: 4.5.21
+version: 4.5.22
5
homepage: 'https://github.com/GetMati/mati-flutter-plugin'
6
7
environment:
0 commit comments