Skip to content

Commit

Permalink
Merge pull request AppsFlyerSDK#417 from AppsFlyerSDK/dev/RD-93297/up…
Browse files Browse the repository at this point in the history
…date-native-andorid-to-6.8.2

RD-93297: update android native sdk
  • Loading branch information
amit-kremer93 authored Aug 30, 2022
2 parents f915a17 + cc0f9f0 commit 599ac9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

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

- Android AppsFlyer SDK **v6.8.0**
- Android AppsFlyer SDK **v6.8.2**
- iOS AppsFlyer SDK **v6.8.0**

## <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 @@ -54,5 +54,5 @@ repositories {
dependencies {
implementation "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
implementation "com.android.installreferrer:installreferrer:${safeExtGet('installReferrerVersion', '2.1')}"
implementation "com.appsflyer:af-android-sdk:${safeExtGet('appsflyerVersion', '6.8.0')}"
implementation "com.appsflyer:af-android-sdk:${safeExtGet('appsflyerVersion', '6.8.2')}"
}

0 comments on commit 599ac9b

Please sign in to comment.