dependencies {
compile('com.twitter.sdk.android:tweet-ui:1.2.0@aar') {
transitive = true;
}
}
As described in https://dev.twitter.com/twitter-kit/android/twittercore
But It is not Importing library
Android studio error
Error:Failed to resolve: com.twitter.sdk.android:twitter-core:1.3.3
Did you include the Fabric/Twitter Maven repository at the top of your
build.gradle
?