Scribe is an Android library for generating PDF files.
- In the project level
build.gradle
, add the following code:
repositories {
// ...
jcenter()
}
- Add the following dependency in your module
gradle.build
:
implementation 'dev.aspirasoft.apis:scribe:latest-version'
You can find the latest-version
here.
.