We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c579024 commit 22aec40Copy full SHA for 22aec40
psicashlib/build.gradle
@@ -28,7 +28,7 @@ android {
28
version "3.10.2"
29
30
// To keep the size small, do not include all ABIs in release build
31
- abiFilters "armeabi-v7a" "arm64-v8a"
+ abiFilters "armeabi-v7a", "arm64-v8a"
32
}
33
34
0 commit comments