add pspdfkit android dep

This commit is contained in:
Satindar Dhillon 2022-09-17 09:39:56 -07:00
parent 4f54ed7feb
commit a40d523228
2 changed files with 4 additions and 0 deletions

View file

@ -156,6 +156,7 @@ dependencies {
implementation 'io.coil-kt:coil-compose:2.2.0'
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.pspdfkit:pspdfkit:8.4.0'
}
apollo {

View file

@ -10,6 +10,9 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven {
url = uri("https://customers.pspdfkit.com/maven")
}
}
}
rootProject.name = "Omnivore"