Closed iboyko closed 11 years ago
Usage:
compile("com.github.manuelpeinado.refreshactionitem-native:RefreshActionItem:1.0.3")
Library has same dependencies as in maven version. Following gradle entry is needed for compatibility with newer versions of support-v4
compile("com.github.manuelpeinado.refreshactionitem-native:RefreshActionItem:1.0.3") { exclude group: 'com.google.android', module: 'support-v4' }
The gradle build files can be found at: https://github.com/iboyko/RefreshActionItem-Native/tree/develop
Thanks!
Usage:
Library has same dependencies as in maven version. Following gradle entry is needed for compatibility with newer versions of support-v4
The gradle build files can be found at: https://github.com/iboyko/RefreshActionItem-Native/tree/develop