itinance / react-native-sha256

sha256 natively for react-native
MIT License
99 stars 50 forks source link

fix detox minSdkVersion error #51

Closed Fernando922 closed 2 years ago

Fernando922 commented 2 years ago

This change is needed because the minSdkVersion 16, creates an error when I build a debug project using detox, because detox needs minSdkVersion 21 or higher

itinance commented 2 years ago

Many thanks!