mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 04:28:00 +01:00
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 = "2.6.0-beta01"
|
||||
#Simple tools
|
||||
commons = "9e60e24790"
|
||||
commons = "13f17f49bb"
|
||||
#Gradle
|
||||
gradlePlugins-agp = "8.1.2"
|
||||
#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.
|
||||
/*includeBuild("../Commons") {
|
||||
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