I want add this library into my application : https://github.com/pucamafra/android-segmentedtab
I added this dependences compile 'com.marlonmafra.android.widget:segmented-tab:1.1.0'
in build.gradle and added this code again in build.gradle
repositories {
jcenter()
}
but when click on sync, not sync project and show me this error :
Error:(125, 10) Failed to resolve: com.marlonmafra.android.widget:segmented-tab:1.1.0
Show in File
Show in Project Structure dialog
Error image : https://i.stack.imgur.com/Ne0oq.jpg
How can i fix it?