add mark as read action

This commit is contained in:
Stefano Sansone
2024-02-05 19:05:27 +00:00
parent 2b24e24cf3
commit f798adfe5c
10 changed files with 616 additions and 475 deletions

View File

@ -0,0 +1,20 @@
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven {
url = uri("https://customers.pspdfkit.com/maven")
}
maven(url = "https://jitpack.io")
}
}
rootProject.name = "Omnivore"
include(":app")