Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 432 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 432 Bytes

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. .