Skip to content

Commit

Permalink
updated version to 4.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AvoSukiasyan90 committed Jun 13, 2024
1 parent aed9256 commit ff9e2d3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ android {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation ('com.metamap:android-sdk:3.40.0')
implementation ('com.metamap:android-sdk:3.41.2')
}
2 changes: 1 addition & 1 deletion doc/metaMap-flutter.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ hidden: true

| LTS version (Recommended for most users): | Current Version(Latest features) |
|-------------------------------------------|----------------------------------|
| 4.3.2 | 4.3.2 |
| 4.3.4 | 4.3.4 |



Expand Down
2 changes: 1 addition & 1 deletion ios/metamap_plugin_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Flutter plugin for Mati SDK
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.platform = :ios, '12'
s.dependency 'MetaMapSDK', "3.19.0"
s.dependency 'MetaMapSDK', "3.20.1"
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
s.swift_version = '5.0'
end
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: metamap_plugin_flutter
description: Flutter plugin for Mati SDK.

version: 4.3.3
version: 4.3.4
homepage: 'https://github.com/GetMati/mati-flutter-plugin'

environment:
Expand Down

0 comments on commit ff9e2d3

Please sign in to comment.