maxs15 / react-native-spinkit

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

Could not find com.github.ybq:Android-SpinKit:1.1.0 #111

Closed puyanLiu closed 5 years ago

puyanLiu commented 5 years ago
tnyavdc commented 5 years ago

Looks like the Android SpinKit has updated to 1.2.0 and dropped 1.1.0. Changing compile 'com.github.ybq:Android-SpinKit:1.1.0' in the react-native-spinkit build.gradle to compile 'com.github.ybq:Android-SpinKit:1.2.0' resolved my build

maxs15 commented 5 years ago

Fix merged in 1.2.0