The Android library does not support 16 KB page sizes and must by the 1st November. From Nov 1, 2025, if your app updates do not support 16 KB memory page sizes, you won’t be able to release these updates.
@Bryan-Square What is the ETA on this update? I am mainly vested in the react-native-square-in-app-payments package. Android requires all libraries to support a 16 KB page size by November 1. We are getting awfully close to that date.
Hi @Bryan-Square , I had to look deep into the docs to find out how to manually upgrade Square’s Android package for React Native. For anyone else reading, it’s here:
You need to add sqipVersion = "1.6.8" as a key/value under ext in android/build.gradle.
Hi @Bryan-Square, Thank you for providing the details. I’ve upgraded the version as suggested; But, it now requires the minimum SDK version to be at least 28, which would limit the availability of my application on a large number of Android devices, something I’d like to avoid.
Please also review this aspect: I’m currently using “react-native-square-in-app-payments”: “1.7.6” with Square SDK (sqipVersion=“1.6.8”). My current minimum SDK version is 24, which works well for my setup.
As we know, all libraries must be updated to support the 16KB page size requirement by November 1, and we’re getting quite close to that deadline.