Skip to content

Commit

Permalink
-- update java version and sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
gkemon17 committed Oct 20, 2022
1 parent d468928 commit 7a1be20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ dependencies {
implementation 'com.github.bumptech.glide:glide:4.13.2'
annotationProcessor 'com.github.bumptech.glide:compiler:4.13.0'
/*Comment out the line below if you want to use library locally*/
//implementation project(path: ':xml-to-pdf')
implementation project(path: ':xml-to-pdf')

/*Comment out the line below if you want to use library from jitpack repo*/
implementation 'com.github.Gkemon:Android-XML-to-PDF-Generator:2.6.5'
//implementation 'com.github.Gkemon:Android-XML-to-PDF-Generator:2.6.5'
}

0 comments on commit 7a1be20

Please sign in to comment.