From 1265eb127ca61c4e60a8b445ad242f64c678a51d Mon Sep 17 00:00:00 2001 From: Alex Austin Date: Sat, 10 Sep 2016 14:06:17 -0600 Subject: [PATCH 1/2] fix: Create path for Crashlytics harmony --- build-branch-extras.gradle | 5 +++++ plugin.xml | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 build-branch-extras.gradle diff --git a/build-branch-extras.gradle b/build-branch-extras.gradle new file mode 100644 index 00000000..11895d4f --- /dev/null +++ b/build-branch-extras.gradle @@ -0,0 +1,5 @@ +dependencies { + compile ('io.branch.sdk.android:library:2.+') { + exclude module: 'answers-shim' + } +} \ No newline at end of file diff --git a/plugin.xml b/plugin.xml index 0ad30280..e1386485 100644 --- a/plugin.xml +++ b/plugin.xml @@ -76,7 +76,8 @@ SOFTWARE. - + + From 50bc721b5c677c62e6e87607767c71b8ba8f0ca6 Mon Sep 17 00:00:00 2001 From: Alex Austin Date: Sat, 10 Sep 2016 14:07:28 -0600 Subject: [PATCH 2/2] remove exclusion --- build-branch-extras.gradle | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-branch-extras.gradle b/build-branch-extras.gradle index 11895d4f..eaa27983 100644 --- a/build-branch-extras.gradle +++ b/build-branch-extras.gradle @@ -1,5 +1,3 @@ dependencies { - compile ('io.branch.sdk.android:library:2.+') { - exclude module: 'answers-shim' - } + compile ('io.branch.sdk.android:library:2.+') } \ No newline at end of file