Skip to content

Commit

Permalink
fix: update iOS version
Browse files Browse the repository at this point in the history
  • Loading branch information
aaustin committed Sep 15, 2016
1 parent 939f34e commit c96dd32
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 c96dd32

Please sign in to comment.