Installation

Install PDFCreatorAndroidarrow-up-right in you project

./build.geadle
allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
}
./app/build.geadle
dependencies {
    implementation 'com.github.tejpratap46:PDFCreatorAndroid:LATEST_RELEASE'
}
circle-info

Sync your projects now

Last updated