maxs15 / react-native-spinkit

A collection of animated loading indicators for React Native
MIT License
2.36k stars 300 forks source link

Android gradle fixes #103

Closed jimmythompson closed 4 years ago

jimmythompson commented 5 years ago

I've used react-native-create-library to rebuild the build.gradle file, this is an alternative pull request for #101.

This should be backwards compatible, as well as compatible with newer versions of React Native. It delegates SDK versions to the parent project which imports this library, rather than hard-coding them.

maggialejandro commented 5 years ago

Please merge this PR @maxs15

vinayan3 commented 5 years ago

@jimmythompson Thank you for contributing this and trying to merge it. I've added a comment to issue #96 on how to apply it a project until this is merged.