Closed nomeata closed 1 year ago
JFTR, PR https://github.com/reflex-frp/reflex-platform/pull/790 helps here.
The nixpkgs-21.05 branch makes sdk 30 the default: https://github.com/reflex-frp/reflex-platform/pull/768/files#diff-90ec8a0ea52dc90bd1d025880e8264806ace624a7e1099a5049b1b5097b21804R47-R48
sdk 33 is now the default.
I tried to update my reflex-platform app on the Play Store, but the Play Store rejected it because of API level 29 instead of (at least) 30 (see https://developer.android.com/google/play/requirements/target-sdk). I am using latest
develop
branch.Is there a (easy) way to build my app with a newer version of the Android SDK? Some branch I should try maybe?