Skip to content

Commit ef6789b

Browse files
authored
Update README.md
1 parent b1e5968 commit ef6789b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,12 @@ Just add `implementation 'io.branch.sdk.android:library:2.+'` to the dependencie
6666

6767
- If you don't plan to use the `Fabric Answers` integration, and don't want to import the `answers-shim`, just import your project as follows:
6868
```
69-
implementation ('io.branch.sdk.android:library:2.+') {
69+
implementation ('io.branch.sdk.android:library:3.+') {
7070
exclude module: 'answers-shim'
7171
}
7272
```
73-
- This supports minimum sdk level 15. If you want to support minimum sdk level 9 please consider using version 1.14.5
73+
- This supports minimum sdk level 16. If you want to support minimum sdk level 9 please consider using version 1.14.5. If you want to to support a minimum SDK of 15, use the 2.x versions.
74+
- Android SDK versions 3.x and above communicate over TLS1.2.
7475
- If you want to import the JAR directly, you can find the build in the root of this repository.
7576
- Or you can clone this repo and import the source as a library into your project
7677

0 commit comments

Comments
 (0)