Skip to content

Commit 2b35f1e

Browse files
authored
Merge pull request #211 from BranchMetrics/fix-update-ios
fix: update iOS version
2 parents 939f34e + c96dd32 commit 2b35f1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -662,12 +662,12 @@ This is the type of credit transaction
662662

663663
## Android Build FAQ
664664

665-
1. Gradle build cannot find `io.branch.sdk.android:library:1.+` dependency:
665+
1. Gradle build cannot find `io.branch.sdk.android:library:2.+` dependency:
666666

667667
Go to your `build.gradle` file and find **dependencies** and add the following inside:
668668

669669
```
670-
compile "io.branch.sdk.android:library:1.+"
670+
compile "io.branch.sdk.android:library:2.+"
671671
```
672672

673673
## Bugs / Help / Support

0 commit comments

Comments
 (0)