andreyvital / react-native-android-sms-listener

Allows you to listen for incoming SMS messages using React Native
MIT License
358 stars 99 forks source link

Update build.gradle file for RN 0.56 support #36

Closed DaniAkash closed 5 years ago

DaniAkash commented 6 years ago

Latest version of react native requires android apps to use SDK version 26. This pull request contains the bumped up SDK version numbers and tested working on android 7, 8 and 9.

Fixes https://github.com/CentaurWarchief/react-native-android-sms-listener/issues/35