user10409279
user10409279

Reputation:

Faild to resolve com.android.support.constraint:constraint-layout:1.1.3

I'm using

and i want to use constraintLayout:1.1.3 in my project but i got this error

Unable to resolve dependency for ':app@release/compileClasspath': Could not 
resolve com.android.support.constraint:constraint-layout:1.1.3

Any help would be really appreciated!
Thanks

Upvotes: 2

Views: 4941

Answers (2)

lior_13
lior_13

Reputation: 609

Try to useimplementation 'com.android.support.constraint:constraint-layout:1.1.3'. Also try to preform clean -> build and if it'll not work, try to make clean->invalidate caches/restart->build.

Upvotes: 1

Ghazi Wali
Ghazi Wali

Reputation: 101

try to use version 1.1.2 or 1.1.0 this error is due to versions

Upvotes: 1

Related Questions