Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs #36

Closed
wellingtoncosta opened this issue Nov 2, 2018 · 9 comments
Closed

Update docs #36

wellingtoncosta opened this issue Nov 2, 2018 · 9 comments
Assignees

Comments

@wellingtoncosta
Copy link
Owner

No description provided.

@wellingtoncosta wellingtoncosta self-assigned this Nov 2, 2018
@wellingtoncosta wellingtoncosta changed the title Fix docs Update docs Nov 7, 2018
@emanuelet
Copy link
Contributor

+1. At the moment is a bit unclear how to implement the new v3 version

@wellingtoncosta
Copy link
Owner Author

Hi, @emanuelet

I'm rewriting the website. As soon as possible it will be available. Maybe this helps: https://github.com/WellingtonCosta/convalida/tree/master/sample/src/main/java/convalida/sample

@emanuelet
Copy link
Contributor

emanuelet commented Jan 28, 2019

Maybe I should a separate issue but I try to update I get this error of the compiler

Android resource linking failed
/home/emanuele/Projects/inkspired-android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v28/values-v28.xml:7: error: resource android:attr/dialogCornerRadius not found.
/home/emanuele/Projects/inkspired-android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v28/values-v28.xml:11: error: resource android:attr/dialogCornerRadius not found.
/home/emanuele/Projects/inkspired-android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml:4424: error: resource android:attr/fontVariationSettings not found.
/home/emanuele/Projects/inkspired-android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml:4424: error: resource android:attr/ttcIndex not found.
error: failed linking references.

@wellingtoncosta
Copy link
Owner Author

I couldn't understand exactly what happened. Is your project using AndroidX artifacts and the jetifier?

@emanuelet
Copy link
Contributor

no actually I still have the support libraries v27.1.1

@wellingtoncosta
Copy link
Owner Author

You need to use AndroidX artifacts and Jetifier to use Convalida 3.x.y.

@emanuelet
Copy link
Contributor

fair enough, it's probably worthwhile to mention in the installation instructions. Thanks for the help

@wellingtoncosta
Copy link
Owner Author

Of course. I will.

@wellingtoncosta
Copy link
Owner Author

I published the website with a some details about how to use, installation and the core API. I pointed that if you use Convalida 3.0.0 or higher, it requires AndroidX artifacts and enable the Jetifier in gradle.properties file.

I will detail the annotations, data binding and the kotlin dsl ASAP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants