Skip to content

Commit

Permalink
fix: session tracking edge case (#11)
Browse files Browse the repository at this point in the history
Session issue fixed
  • Loading branch information
IloveJavaa authored Nov 28, 2022
1 parent fa0c613 commit 672b7ee
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## 1.6.31
## 1.6.32

- feat: deferred deeplinking support for android
- fix: session tracking edge case
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ You can add the flutter sdk in two ways:-

```
dependencies:
trackier_sdk_flutter: ^1.6.31
trackier_sdk_flutter: ^1.6.32
```

2. By using cli command. you need to run the below command in `terminal/cmd`.
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ android {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.annotation:annotation:1.2.0'
implementation 'com.trackier:android-sdk:1.6.29'
implementation 'com.trackier:android-sdk:1.6.30'
implementation 'com.android.installreferrer:installreferrer:2.2'
}
2 changes: 1 addition & 1 deletion ios/trackier_sdk_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'trackier_sdk_flutter'
s.version = '1.2.2'
s.version = '1.6.29'
s.summary = 'Trackier flutter SDK'
s.description = <<-DESC
This is Trackier flutter SDK
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: trackier_sdk_flutter
description: This is trackier flutter SDK
version: 1.6.31
version: 1.6.32
homepage: https://github.com/trackier/flutter-sdk

environment:
Expand Down

0 comments on commit 672b7ee

Please sign in to comment.