0

I want add this library in Android Studio.

I added this

compile io.github.luizgrp.sectionedrecyclerviewadapter:sectionedrecyclerviewadapter:1.1.1'

into build.gradle section .

But when sync android studio show me this error , please click on this link to see my error image

https://image.ibb.co/mprfOQ/tyed.png

How can i fix it? Please help me.

Engineero
  • 12,340
  • 5
  • 53
  • 75

2 Answers2

0

They dont have 1.1.1 version, they have 1.1.2 version so use like this,

compile 'io.github.luizgrp.sectionedrecyclerviewadapter:sectionedrecyclerviewadapter:1.1.2'

Check the version here for more

Muthukrishnan Rajendran
  • 11,122
  • 3
  • 31
  • 41
0

Click on error dialog and update your gradle because your library version and gradle version is not matching.

please once update your gradle file the error will be resolved :)

Jeru Luke
  • 20,118
  • 13
  • 80
  • 87