Update commons

This commit is contained in:
Naveen 2023-12-14 16:07:47 +05:30
parent 4c6ccd1a52
commit 692a5d08b3
No known key found for this signature in database
GPG key ID: 0E155DAD31671DA3
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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"))
}
}*/