Skip to content

Commit c579024

Browse files
authored
Add 64-bit native library to output aar.
1 parent faa1b43 commit c579024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psicashlib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ android {
2828
version "3.10.2"
2929

3030
// To keep the size small, do not include all ABIs in release build
31-
abiFilters "armeabi-v7a"
31+
abiFilters "armeabi-v7a" "arm64-v8a"
3232
}
3333
}
3434
}

0 commit comments

Comments
 (0)