Skip to content

Commit

Permalink
update to android SDK v6.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GM-appsflyer committed Jun 8, 2023
1 parent 4d2b1d1 commit 461e2d5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Versions
## 6.11.1
- update to Android SDK to v6.11.1
## 6.10.1
- update to Android SDK to v6.10.3 & iOS SDK to v6.10.1
## 6.9.3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

### <a id="plugin-build-for"> This plugin is built for

- Android AppsFlyer SDK **v6.10.3**
- Android AppsFlyer SDK **v6.11.1**
- iOS AppsFlyer SDK **v6.10.1**

## <a id="breaking-changes"> ❗❗ Breaking changes when updating to v6.x.x❗❗
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.0.0'
implementation 'com.appsflyer:af-android-sdk:6.10.3'
implementation 'com.appsflyer:af-android-sdk:6.11.1'
implementation 'com.android.installreferrer:installreferrer:2.1'
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: appsflyer_sdk
description: A Flutter plugin for AppsFlyer SDK. Supports iOS and Android.
version: 6.10.3
version: 6.11.1

homepage: https://github.com/AppsFlyerSDK/flutter_appsflyer_sdk

Expand Down

0 comments on commit 461e2d5

Please sign in to comment.