Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
wesfieldj authored Feb 16, 2020
1 parent 4ec1c83 commit ed477d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ repositories {

dependencies {
implementation "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
implementation "com.android.installreferrer:installreferrer:1.1"
implementation "com.android.installreferrer:installreferrer:${safeExtGet('installReferrerVersion', '1.1')}"
implementation "com.appsflyer:af-android-sdk:${safeExtGet('appsflyerVersion', '5.1.0')}"
}

0 comments on commit ed477d8

Please sign in to comment.