mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
Update commons
This commit is contained in:
@@ -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"))
|
||||
}
|
||||
}*/
|
||||
|
Reference in New Issue
Block a user