From c96dd32d6a6542ad347d45fe63035a96263de21f Mon Sep 17 00:00:00 2001 From: Alex Austin Date: Thu, 15 Sep 2016 09:42:42 -0700 Subject: [PATCH] fix: update iOS version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ce4ded3..ad276dfe 100644 --- a/README.md +++ b/README.md @@ -662,12 +662,12 @@ This is the type of credit transaction ## Android Build FAQ -1. Gradle build cannot find `io.branch.sdk.android:library:1.+` dependency: +1. Gradle build cannot find `io.branch.sdk.android:library:2.+` dependency: Go to your `build.gradle` file and find **dependencies** and add the following inside: ``` -compile "io.branch.sdk.android:library:1.+" +compile "io.branch.sdk.android:library:2.+" ``` ## Bugs / Help / Support