Our app is using
com.google.android.fhir:engine:1.2.0
and seems to be flagged as not supporting 16KB memory page sizes due to the use of a version of libsqlcipher.so
buildSrc/src/main/kotlin/Dependancies has the version as
const val sqlcipher = "4.5.4"
However, it seems that version 4.6.1 and above is required for 16KB page size.
Google Play have a requirement that all apps must support 16KB page size
by November 1st.
https://developer.android.com/guide/practices/page-sizes
Can someone advise on best way forward please, and apologies if I've missed something here.
Thanks
Scott
Our app is using
com.google.android.fhir:engine:1.2.0
and seems to be flagged as not supporting 16KB memory page sizes due to the use of a version of libsqlcipher.so
buildSrc/src/main/kotlin/Dependancies has the version as
const val sqlcipher = "4.5.4"
However, it seems that version 4.6.1 and above is required for 16KB page size.
Google Play have a requirement that all apps must support 16KB page size
by November 1st.
https://developer.android.com/guide/practices/page-sizes
Can someone advise on best way forward please, and apologies if I've missed something here.
Thanks
Scott