Skip to content

Commit

Permalink
Merge pull request #157 from CleverTap/hotfix/release/SDK-680
Browse files Browse the repository at this point in the history
Bug(SDK-680)- Handled FCM token refresh for multiple Firebase Project…
  • Loading branch information
Kumar Atul authored Mar 3, 2021
2 parents 7b4db45 + 71dbb2f commit 15a4beb
Show file tree
Hide file tree
Showing 10 changed files with 125 additions and 83 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ We publish the SDK to `jcenter` and `mavenCentral` as an `AAR` file. Just declar

```groovy
dependencies {
implementation "com.clevertap.android:clevertap-android-sdk:4.0.3"
implementation "com.clevertap.android:clevertap-android-sdk:4.0.4"
}
```

Alternatively, you can download and add the AAR file included in this repo in your Module libs directory and tell gradle to install it like this:

```groovy
dependencies {
implementation (name: "clevertap-android-sdk-4.0.3", ext: 'aar')
implementation (name: "clevertap-android-sdk-4.0.4", ext: 'aar')
}
```

Expand All @@ -57,7 +57,7 @@ Add the Firebase Messaging library and Android Support Library v4 as dependencie

```groovy
dependencies {
implementation "com.clevertap.android:clevertap-android-sdk:4.0.3"
implementation "com.clevertap.android:clevertap-android-sdk:4.0.4"
implementation "androidx.core:core:1.3.0"
implementation "com.google.firebase:firebase-messaging:20.2.4"
implementation "com.google.android.gms:play-services-ads:19.4.0" // Required only if you enable Google ADID collection in the SDK (turned off by default).
Expand Down
Loading

0 comments on commit 15a4beb

Please sign in to comment.