margelo / react-native-bignumber

🔢 The fastest Big Number library for React Native
https://margelo.io
MIT License
344 stars 13 forks source link

android: default to `minSdkVersion 23` instead of forcing `21` #67

Closed axeldelafosse closed 5 months ago

axeldelafosse commented 5 months ago

This PR updates the minSdkVersion to default to 23 instead of forcing 21 because React Native 0.74 bumped it to 23: https://github.com/react-native-community/discussions-and-proposals/discussions/740.

mrousavy commented 5 months ago

Great, thanks!