vekexasia / android-edittext-validator

Android form edit text is an extension of EditText that brings data validation facilities to the edittext.
MIT License
1.45k stars 378 forks source link

Symbols are not resolved when using version 1.0.5 with Gradle #16

Closed R4md4c closed 10 years ago

R4md4c commented 10 years ago

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'

vekexasia commented 10 years ago

tried to add @aar ?

R4md4c commented 10 years ago

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 ?

vekexasia commented 10 years ago

I dont know :)