mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
add pspdfkit android dep
This commit is contained in:
parent
4f54ed7feb
commit
a40d523228
2 changed files with 4 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -10,6 +10,9 @@ dependencyResolutionManagement {
|
|||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
maven {
|
||||
url = uri("https://customers.pspdfkit.com/maven")
|
||||
}
|
||||
}
|
||||
}
|
||||
rootProject.name = "Omnivore"
|
||||
|
|
|
|||
Loading…
Reference in a new issue