Support Android minSdkVersion
complete
Matt Kelly
According to this, you have to detach from Expo in order to use minSdkVersion: https://github.com/expo/expo/issues/606
It would be great if this was supported out of the box. It seems like a small, simple change to support given "uses-sdk" is already being used.
Wodin
There is now an easier way to do this:
https://docs.expo.dev/versions/v45.0.0/sdk/build-properties/
You will need to use EAS Build
Instead of Expo Go, you can build a development client
Wodin
There is now an easier way to do this:
You will need to use EAS Build
Instead of Expo Go, you can build a development client
Kim Brandwijk
Merged in a post:
Customize minimum SDK version when building for Android
Brent Vatne
Kim Brandwijk
complete
This is possible with EAS builds and development clients using
AndroidConfig.Version.withBuildScriptExtMinimumVersion
in a config plugin.Anatole Blanc
Kim Brandwijk: Hey thanks a lot for the solution ! Would it be possible to detail a bit more the way to go ?
Kim Brandwijk
Anatole Blanc: Absolutely. Here's a config-plugin that uses this method to set the minSdkVersion. I hope that gives you a better idea of how to use this in your own config plugin.
Anatole Blanc
Kim Brandwijk: Thank you so much !
GOXR3PLUS STUDIO
Anatole Blanc: How you did it Anatole did you changed the eas.json? Please let me know i can't understand what i have to change.
GOXR3PLUS STUDIO
Anatole Blanc: Here is my email: goxr3plus@gmail.com
Wodin
GOXR3PLUS STUDIO: There's an easier way now: https://docs.expo.dev/versions/v45.0.0/sdk/build-properties/
afrozopsy dev
I can confirm it has not yet been implemented as of June 2019.