faizalshap / react-native-otp-verify

React native sms verification without additional permissions
MIT License
239 stars 92 forks source link

Upgrade android/build.gradle #78

Closed shakeel0581 closed 1 year ago

shakeel0581 commented 1 year ago

need to update android/build.gradle file for stability. React-native 0.70 doesn't generate the release. so need to change these compileSdkVersion, targetSdkVersion, and minSdkVersion.

vseverestek commented 1 year ago

@faizalshap It would be great if you could please merge this. It is fixing the failing builds for the latest RN versions

faizalshap commented 1 year ago

I think this is already updated with other pull request