Skip to content

Commit

Permalink
Merge pull request #274 from AppsFlyerSDK/updateToAndroidV6.11.2
Browse files Browse the repository at this point in the history
Update to android v6.11.2
  • Loading branch information
GM-appsflyer authored Jun 29, 2023
2 parents 2ccd67d + 78fc8ea commit 0b0c9ae
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,9 @@ node_modules/
covBadgeGen.js
coverage/
.env
example/windows/*
example/macos/*
example/linux/*
example/web/*
example/analysis_options.yaml

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.2
- update to Android SDK to v6.11.2
## 6.11.1
- update to Android SDK to v6.11.1
## 6.10.1
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.11.1**
- Android AppsFlyer SDK **v6.11.2**
- 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.11.1'
implementation 'com.appsflyer:af-android-sdk:6.11.2'
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.11.1
version: 6.11.2

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

Expand Down

0 comments on commit 0b0c9ae

Please sign in to comment.