lucasferreira / react-native-send-intent

React Native Android module to use Android's Intent actions for send text to shareable apps or make phone calls or opening third party apps
419 stars 159 forks source link

Allow SDK versions to be overridden #74

Closed jeaye closed 6 years ago

jeaye commented 6 years ago

This is a common pattern now, recommended by Google, in the following documentation: https://developer.android.com/studio/build/gradle-tips#configure-project-wide-properties

Many other libraries are taking the same approach, as shown in the following:

lucasferreira commented 6 years ago

Hi @jeaye thanks for this man ;)