Skip to content

Commit

Permalink
Merge pull request #60 from emartech/fix-emarsys-dependencies
Browse files Browse the repository at this point in the history
fix(sample): update emarsys dependencies
  • Loading branch information
eduzatoni authored May 12, 2022
2 parents 6b84ef8 + 7fe1498 commit 7096e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ dependencies {
implementation "androidx.multidex:multidex:2.0.1"

implementation "com.emarsys:emarsys-sdk:3.2.0"
implementation 'com.emarsys:emarsys-firebase:+'
implementation "com.emarsys:emarsys-firebase:3.2.0"

// JSC from node_modules
if (useIntlJsc) {
Expand Down

0 comments on commit 7096e2b

Please sign in to comment.