We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 174a4dd commit 2219506Copy full SHA for 2219506
1 file changed
README.md
@@ -14,6 +14,10 @@ dependencies {
14
}
15
```
16
17
+This library is provided as a "fat" aar with native binaries for all available architectures. To
18
+reduce your APK size, use the ABI filtering/splitting techniques in the Android plugin:
19
+http://tools.android.com/tech-docs/new-build-system/user-guide/apk-splits
20
+
21
# Usage
22
Usage is similar to StackBlur, but also more streamlined:
23
0 commit comments