From ed477d8046571b9f06b87588395f4d3399c5b4a4 Mon Sep 17 00:00:00 2001 From: af-wes <36197375+wesfieldj@users.noreply.github.com> Date: Sun, 16 Feb 2020 13:42:14 +0200 Subject: [PATCH] Update build.gradle --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 89c064a6..9d5d3948 100755 --- a/android/build.gradle +++ b/android/build.gradle @@ -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')}" }