Skip to content

aspirasoft/scribe

Repository files navigation

Scribe

Scribe is an Android library for generating PDF files.

Installation

  1. In the project level build.gradle, add the following code:
repositories {
    // ...
    jcenter()
}
  1. Add the following dependency in your module gradle.build:
implementation 'dev.aspirasoft.apis:scribe:latest-version'

You can find the latest-version here. .