pentarex / react-native-gallery-manager

30 stars 41 forks source link

feature/upgrade-gradle #25

Open JCsplash opened 5 years ago

JCsplash commented 5 years ago

Added method to customize dependency versions (by defining rootProject.ext), same implementation consistent with other react-native libraries like react-native-fast-image & react-native-maps

Upgraded android buildtools to v27.0.3 Fixed compiler warnings compile vs implementation more info Upgraded to gradle plugin v3.1.4 Upgraded to gradle v4.4 Updated Example app to reflect these changes

(Inplemented fix from patrickkempff)