Skip to content

Commit

Permalink
Unify iTextPDF dependencies versioning (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrykMis committed May 21, 2022
1 parent 7eef1e2 commit 48d39f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies {
implementation 'com.github.ctodobom:FabToolbar:3c5f0e0ff1b6d5089e20b7da7157a604075ae943'
implementation 'org.matomo.sdk:tracker:4.1.2'
implementation 'com.github.MikeOrtiz:TouchImageView:3.1.1'
implementation 'com.itextpdf:kernel:7.2.2'
implementation 'com.itextpdf:layout:7.2.2'
implementation 'com.itextpdf:io:7.2.1'
implementation "com.itextpdf:kernel:$itextpdf_version"
implementation "com.itextpdf:layout:$itextpdf_version"
implementation "com.itextpdf:io:$itextpdf_version"
}

0 comments on commit 48d39f1

Please sign in to comment.