Comment out locally included simple-commons

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

View File

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