Skip to content

Commit 47c2ca3

Browse files
Update README.md
1 parent 0c77ce9 commit 47c2ca3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@ or Maven:
5656
</dependency>
5757
```
5858

59+
### AndroidX
60+
To use with AndroidX you have to set targetSdkVersion for your project to 28 and add following 2 lines in ```gradle.properties``` file.
61+
```
62+
android.useAndroidX=true
63+
android.enableJetifier=true
64+
```
65+
5966
### Proguard
6067
If you are using ProGuard you might need to add rules:
6168
```

0 commit comments

Comments
 (0)