I am trying to create pdf files in android using itext library. But whenever i run the project, I am getting the following error.
Error:Failed to resolve: com.itextpdf:itextpdf:4.2.2
I have entered the following dependencies in my gradle.
compile 'com.lowagie:itext:4.2.2'
compile 'com.itextpdf:itextg:5.5.9'
Can someone please help in this. I have searched a lot on internet but have found nothing.