From 191274cff466c1515c5a64e285e50509a55a6957 Mon Sep 17 00:00:00 2001 From: gabriel mandler Date: Thu, 29 Jun 2023 16:30:28 +0300 Subject: [PATCH 1/2] update to android sdk v6.11.2 --- CHANGELOG.md | 2 ++ README.md | 2 +- android/build.gradle | 2 +- pubspec.yaml | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f75018..5c359cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # Versions +## 6.11.2 +- update to Android SDK to v6.11.2 ## 6.11.1 - update to Android SDK to v6.11.1 ## 6.10.1 diff --git a/README.md b/README.md index f828746..7773247 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ### This plugin is built for -- Android AppsFlyer SDK **v6.11.1** +- Android AppsFlyer SDK **v6.11.2** - 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 83c5864..69c9a61 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.11.1' + implementation 'com.appsflyer:af-android-sdk:6.11.2' implementation 'com.android.installreferrer:installreferrer:2.1' } \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 2020f0a..9ebbf35 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.11.1 +version: 6.11.2 homepage: https://github.com/AppsFlyerSDK/flutter_appsflyer_sdk From 78fc8ea8cba7f6c866b41d06cae1476d8d470eec Mon Sep 17 00:00:00 2001 From: gabriel mandler Date: Thu, 29 Jun 2023 16:34:22 +0300 Subject: [PATCH 2/2] update git ignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 57582a9..0f2e70b 100644 --- a/.gitignore +++ b/.gitignore @@ -102,3 +102,9 @@ node_modules/ covBadgeGen.js coverage/ .env +example/windows/* +example/macos/* +example/linux/* +example/web/* +example/analysis_options.yaml +