noties / Scrollable

Android scrollable tabs
Apache License 2.0
1.24k stars 229 forks source link

dependencies problem #53

Closed lozn00 closed 7 years ago

lozn00 commented 7 years ago

dependencies does not prompt for errors, it is also synchronized, but you can't find the class dependencies { compile 'ru.noties:scrollable:1.3.0' } Restart, still not in effect

noties commented 7 years ago

Make sure that you have jcenter and/or mavenCentral in your repositories block in build.gradle. For example:

repositories {
    jcenter()
    mavenCentral()
}

apply plugin: 'com.android.application'
// other content omitted