Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksei-klyshnikov-mati committed Jul 28, 2021
1 parent 75e2657 commit 19ba09e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
### 2.1.0 Updated flutter version fixed issues with android code
### 2.2.0 Fixed issue with proguard
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Let's start with setting up dependencies

Please add `mati_plugin_flutter` dependency to your pubspec.yaml
```
mati_plugin_flutter: 2.1.0
mati_plugin_flutter: 2.2.0
```

### Android
Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {

dependencies {
classpath 'com.android.tools.build:gradle:4.1.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21"
}
}

Expand All @@ -36,5 +36,5 @@ android {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'com.getmati:mati-sdk:3.6.1'
implementation 'com.getmati:mati-sdk:3.7.11'
}
3 changes: 1 addition & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: mati_plugin_flutter
description: Flutter plugin for Mati SDK.
author: Aleksei Klyshnikov <[email protected]>

version: 2.1.0
version: 2.2.0
homepage: 'https://github.com/GetMati/mati-flutter-plugin'

environment:
Expand Down

0 comments on commit 19ba09e

Please sign in to comment.