We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c77ce9 commit 47c2ca3Copy full SHA for 47c2ca3
README.md
@@ -56,6 +56,13 @@ or Maven:
56
</dependency>
57
```
58
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
+
66
### Proguard
67
If you are using ProGuard you might need to add rules:
68
0 commit comments