TangoAgency / material-intro-screen

Inspired by Heinrich Reimer Material Intro and developed with love from scratch
MIT License
2.71k stars 410 forks source link

not ok with android support appcompat v7:26.1.0 #149

Closed ThitSarNL closed 6 years ago

ThitSarNL commented 6 years ago

Dear TangoAgency, Your material-intro-screen has error with dependencies { ... implementation 'com.android.support:appcompat-v7:26.1.0' ...} please, kindly fix it

radzio commented 6 years ago

@ThitSarNL What errors :)?

ThitSarNL commented 6 years ago
screen shot 2018-02-26 at 7 40 59 pm screen shot 2018-02-26 at 7 47 23 pm screen shot 2018-02-26 at 7 49 08 pm

error is with sdk version 26 and not with version 27

bezmian commented 6 years ago

It isn't related to our library. image image As you can see we use 25.0.1 version of the Android Support Libraries. You can check Gradle dependencies with a gradle app:dependencies command in terminal to check what collides there

RodrigoSolanoMarques commented 6 years ago

To run I added the following

implementation 'com.android.support:appcompat-v7:27.1.0'
implementation 'com.android.support:design:27.1.0'