Update commons
This commit is contained in:
parent
4c6ccd1a52
commit
692a5d08b3
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ exif = "1.0.1"
|
||||||
#Room
|
#Room
|
||||||
room = "2.6.0-beta01"
|
room = "2.6.0-beta01"
|
||||||
#Simple tools
|
#Simple tools
|
||||||
commons = "9e60e24790"
|
commons = "13f17f49bb"
|
||||||
#Gradle
|
#Gradle
|
||||||
gradlePlugins-agp = "8.1.2"
|
gradlePlugins-agp = "8.1.2"
|
||||||
#Other
|
#Other
|
||||||
|
|
|
@ -25,6 +25,6 @@ include(":app")
|
||||||
// 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("../Commons") {
|
/*includeBuild("../Commons") {
|
||||||
dependencySubstitution {
|
dependencySubstitution {
|
||||||
substitute(module("com.github.SimpleMobileTools:Simple-Commons")).using(project(":commons"))
|
substitute(module("org.fossify:commons")).using(project(":commons"))
|
||||||
}
|
}
|
||||||
}*/
|
}*/
|
||||||
|
|
Loading…
Reference in a new issue