sqlite3-android icon indicating copy to clipboard operation
sqlite3-android copied to clipboard

64 bit compatibility

Open rtauziac opened this issue 2 months ago • 0 comments

Since API 35, Google Play requires libraries to be compatible with 16kb page size. That means recompile libraries to 64 bit.

Actually the script generates a 32 bit library.

rtauziac avatar Oct 15 '25 15:10 rtauziac