Installation
Install PDFCreatorAndroid in you project
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.tejpratap46:PDFCreatorAndroid:LATEST_RELEASE'
}
Last updated