TangoAgency / material-intro-screen

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

GRadle sync not working while adding to module level gradle. #94

Closed kbathwal closed 7 years ago

kbathwal commented 7 years ago

I am adding the below line to Module level Build.gradle compile 'agency.tango.android:material-intro-screen{latest_release}'

Upon sync of gradle its showing an error-

Error:Failed to resolve: agency.tango.android:material-intro-screen{latest_release}:

Please help. Its urgent. What to put in place of {latest_release}

radzio commented 7 years ago

You have to replace {latest_release} with latest library version, currently it is 0.0.5

screenshot