Skip to content

Commit d056d6d

Browse files
chore(deps): bump org.fossify.commons from 6.0.0 to 6.1.0 (#381)
* 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>
1 parent 1e64ef3 commit d056d6d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ registries:
1111

1212
jitpack:
1313
type: maven-repository
14-
url: "https://jitpack.io"
14+
url: "https://www.jitpack.io"
1515

1616
updates:
1717
- package-ecosystem: "bundler"

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ detektCompose = "0.4.28"
88
androidx-swiperefreshlayout = "1.2.0"
99
androidx-documentfile = "1.1.0"
1010
#Fossify
11-
commons = "6.0.0"
11+
commons = "6.1.0"
1212
#Other
1313
autofittextview = "0.2.1"
1414
gestureviews = "2.9.0"

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencyResolutionManagement {
1010
repositories {
1111
google()
1212
mavenCentral()
13-
maven { setUrl("https://jitpack.io") }
13+
maven { setUrl("https://www.jitpack.io") }
1414
mavenLocal()
1515
}
1616
}

0 commit comments

Comments
 (0)