diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7986d25..0f75018 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/README.md b/README.md
index ff030b3..f828746 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@
### This plugin is built for
-- Android AppsFlyer SDK **v6.10.3**
+- Android AppsFlyer SDK **v6.11.1**
- iOS AppsFlyer SDK **v6.10.1**
## ❗❗ Breaking changes when updating to v6.x.x❗❗
diff --git a/android/build.gradle b/android/build.gradle
index 051f718..83c5864 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -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'
}
\ No newline at end of file
diff --git a/pubspec.yaml b/pubspec.yaml
index dbd4efe..2020f0a 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -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