Skip to content

Commit

Permalink
Merge pull request #211 from BranchMetrics/fix-update-ios
Browse files Browse the repository at this point in the history
fix: update iOS version
  • Loading branch information
aaustin authored Sep 15, 2016
2 parents 939f34e + c96dd32 commit 2b35f1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b35f1e

Please sign in to comment.