Skip to content

PDFReporter build integration Desktop & Android

Magnus Karlsson edited this page Apr 23, 2015 · 2 revisions

Build Integration

Here is how a developer integrate the PDFReporter library for Android into his project. Just add these lines into the project's "build.gradle" file.

repositories {
    mavenCentral()
    maven {
        url "https://github.com/OpenSoftwareSolutions/mvn-repo/raw/master/repository/"
    }
}
dependencies {
    compile 'com.pdfreporting:pdfreporter-android:1.x.x'
}

Single Jar

You can choose to use the single jar file from here instead.