awesomeDialogs icon indicating copy to clipboard operation
awesomeDialogs copied to clipboard

Fix rive 16kb page size issue

Open venky9885 opened this issue 5 months ago • 4 comments

16kb page size from play console is caused due to rive

venky9885 avatar Nov 13 '25 05:11 venky9885

Any updates on this?

PCTVentures avatar Nov 26 '25 13:11 PCTVentures

I have the same problem, can't update my app

mikelluzuriaga avatar Nov 27 '25 10:11 mikelluzuriaga

@mikelluzuriaga add this to your gradle.properties file: rive.ndk.version=29.0.14206865 android.ndk.suppressMinSdkVersionError=21

Fixed the issue on my side

PCTVentures avatar Nov 27 '25 10:11 PCTVentures

Thank you @PCTVentures

Sorry, it was my fault, I just updated to awesome_dialog 3.3.0 (the latest version at this time), and now it's not using librive_text.so native library, which was causing the 16Kb page size issue

mikelluzuriaga avatar Nov 27 '25 10:11 mikelluzuriaga