reflex-frp / reflex-platform

A curated package set and set of tools that let you build Haskell packages so they can run on a variety of platforms. reflex-platform is built on top of the nix package manager.
https://reflex-frp.org
BSD 3-Clause "New" or "Revised" License
713 stars 163 forks source link

How to target Android API version 30 #796

Closed nomeata closed 10 months ago

nomeata commented 1 year ago

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?

nomeata commented 1 year ago

JFTR, PR https://github.com/reflex-frp/reflex-platform/pull/790 helps here.

ali-abrar commented 1 year ago

The nixpkgs-21.05 branch makes sdk 30 the default: https://github.com/reflex-frp/reflex-platform/pull/768/files#diff-90ec8a0ea52dc90bd1d025880e8264806ace624a7e1099a5049b1b5097b21804R47-R48

ali-abrar commented 10 months ago

sdk 33 is now the default.