OpenCraft / AnimatedTextCarousel

A simple cool text carousel for Android
51 stars 13 forks source link

Failed to resolve compile 'com.github.OpenCraft:AnimatedTextCarousel:-SNAPSHOT' #3

Open shobayr opened 6 years ago

shobayr commented 6 years ago

While building my gradle i get this error : compile 'com.github.OpenCraft:AnimatedTextCarousel:-SNAPSHOT' how can fix this ?

edinofricaniago commented 6 years ago

try this


    dependencies {
            implementation 'com.github.OpenCraft:AnimatedTextCarousel:8de72c34d2'
    }
icelated commented 5 years ago

I have the same problems. I tried implementation but i get errors : image

icelated commented 5 years ago

The project is also missing this: import android.databinding.DataBindingUtil;