zhanguangao / react-native-weibo-login

React Native 微博登陆模块
13 stars 11 forks source link

Failed to resolve: com.sina.weibo.sdk:core:4.2.7 #1

Closed free-heart closed 5 years ago

free-heart commented 6 years ago

Failed to resolve: com.sina.weibo.sdk:core:4.2.7

zhanguangao commented 6 years ago

Insert the following lines inside the allprojects block in android/build.gradle: maven { url "https://dl.bintray.com/thelasterstar/maven/" }

such as:

allprojects {
   repositories {
      mavenLocal()
      jcenter()
      maven { url "https://dl.bintray.com/thelasterstar/maven/" }
    }
}
csyaonie commented 5 years ago

Could not find com.sina.weibo.sdk:core:4.2.7.