Skip to content

Commit

Permalink
Merge pull request #67 from AppsFlyerSDK/RD-67154/initBug
Browse files Browse the repository at this point in the history
Init issue
  • Loading branch information
GM-appsflyer authored Aug 19, 2021
2 parents 0028fef + 46e4d0c commit 48fe5fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
## <a id="this-plugin-is-built-for"> This plugin is built for

- iOS AppsFlyerSDK **v6.3.2**
- Android AppsFlyerSDK **v6.3.2**
- Android AppsFlyerSDK **v6.2.3**

## <a id="installation"> Installation

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-plugin-appsflyer",
"version": "6.3.2",
"version": "6.3.2-1",
"description": "Appsflyer SDK for NativeScript applications",
"main": "appsflyer",
"typings": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion platforms/android/include.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ dependencies {
compile "com.google.android.gms:play-services-ads:$googlePlayServicesVersion"
compile "com.google.android.gms:play-services-identity:$googlePlayServicesVersion"
compile "com.android.installreferrer:installreferrer:${safeExtGet('installreferrer', '1.1.2')}"
compile "com.appsflyer:af-android-sdk:${safeExtGet('appsflyerVersion', "6.3.2")}"
compile "com.appsflyer:af-android-sdk:${safeExtGet('appsflyerVersion', "6.2.3")}"
}

0 comments on commit 48fe5fc

Please sign in to comment.