vekexasia/android-edittext-validator

Symbols are not resolved when using version 1.0.5 with Gradle

Closed this issue · 3 comments

Library symbols are not resolved when I use
compile 'com.andreabaccega:android-form-edittext:1.0.5'

but things are working with no problems when I use version 1.0.4
compile 'com.andreabaccega:android-form-edittext:1.0.4'

tried to add @aar ?

Thanks ! It is working now after I've added the @aar to be
compile 'com.andreabaccega:android-form-edittext:1.0.5@aar'
The question is why the same line above(in the first comment) was working with version 1.0.4 and not working with version 1.0.5 ?

I dont know :)