You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following implementation throws an error saying that it can't be resolved com.android.support.constraint:constraint-layout
Replacing version 1.0.0-beta4 with 1.0.2 solved the error.
I checked mvnrepository to see the available versions.
It's not a big issue as we end up removing the dependency as part of the project. However, the initial Gradle build fails due to the version not found.
The text was updated successfully, but these errors were encountered:
The following implementation throws an error saying that it can't be resolved
com.android.support.constraint:constraint-layout
Replacing version
1.0.0-beta4
with1.0.2
solved the error.I checked mvnrepository to see the available versions.
It's not a big issue as we end up removing the dependency as part of the project. However, the initial Gradle build fails due to the version not found.
The text was updated successfully, but these errors were encountered: