chore(deps): bump org.fossify.commons from 6.0.0 to 6.1.0 (#307)

* chore(deps): bump org.fossify.commons from 6.0.0 to 6.1.0

* build: update all jitpack url

---------

Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
Co-authored-by: Naveen Singh <snaveen935@gmail.com>
This commit is contained in:
fossifybot[bot]
2026-01-30 23:16:41 +05:30
committed by GitHub
parent 77b1409574
commit 8fd7674487
3 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ registries:
jitpack:
type: maven-repository
url: "https://jitpack.io"
url: "https://www.jitpack.io"
updates:
- package-ecosystem: "bundler"

View File

@@ -13,7 +13,7 @@ androidx-documentfile = "1.1.0"
#Room
room = "2.8.4"
#Fossify
commons = "6.0.0"
commons = "6.1.0"
#Gradle
gradlePlugins-agp = "8.11.1"
#build

View File

@@ -10,7 +10,7 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven { setUrl("https://jitpack.io") }
maven { setUrl("https://www.jitpack.io") }
mavenLocal()
}
}