Include simple-commons locally

This commit is contained in:
Naveen 2023-09-06 18:15:48 +05:30
parent 4cb053847c
commit a4945b4827
No known key found for this signature in database
GPG Key ID: 0E155DAD31671DA3
1 changed files with 8 additions and 0 deletions

View File

@ -17,4 +17,12 @@ dependencyResolutionManagement {
maven(url = "https://artifactory.img.ly/artifactory/imgly")
}
}
// TODO: This will be deprecated in future. Migrate to the newer `pluginManagement { includeBuild() }` mechanism instead of explicitly substituting dependency.
includeBuild("../Simple-Commons") {
dependencySubstitution {
substitute(module("com.github.SimpleMobileTools:Simple-Commons")).using(project(":commons"))
}
}
rootProject.name = "Simple-Gallery"
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
include(":app")