This commit is contained in:
aminecmi
2022-03-22 15:35:23 +01:00
parent 77a87cc58d
commit c1040ab4d5
34 changed files with 1606 additions and 0 deletions

11
settings.gradle.kts Normal file
View File

@@ -0,0 +1,11 @@
pluginManagement {
repositories {
google()
gradlePluginPortal()
mavenCentral()
}
}
rootProject.name = "ReaderForSelfossV2"
include(":androidApp")
include(":shared")