Reputation: 7084
I use com.mobsandgeeks.saripaar
library in my project. enter link description here
I use @Size
annotation. But nuw i sync my gradle and i have error. This annotation disappeared. I checked on githabe - it is not!
But My colleague has updated gradle and he has this annotation. We have absolutely the same dependence in gradle. I did not change anything. I tried to clean up and rebuild the project.
maven {
url "https://oss.sonatype.org/content/repositories/snapshots/"
}
compile 'com.mobsandgeeks:android-saripaar:2.0-SNAPSHOT'
it really cleaned? I use instead? why it stayed another computer?
Upvotes: 0
Views: 107