compile('com.twitter.sdk.android:tweet-composer:0.8.0@aar')
{
transitive = true;
}
i got gradle from https://dev.twitter.com/twitter-kit/android/compose
But when Sync the Android Studio project following error is coming ..
Error:(53, 13) **Failed to resolve: **com.twitter.sdk.android:tweet-composer:0.8.0****
Show in File
Show in Project Structure dialog
As was described on twitter, you have to change some parts in your module
build.gradle
.In your module you can use:
I suggest you installing the Android Studio plugin.
It helps you to configure the gradle script.