mirror of
https://github.com/FossifyOrg/Keyboard.git
synced 2026-02-07 06:11:41 -05:00
chore(deps): bump org.fossify.commons from 6.0.0 to 6.1.0 (#389)
* 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:
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
@@ -11,7 +11,7 @@ registries:
|
||||
|
||||
jitpack:
|
||||
type: maven-repository
|
||||
url: "https://jitpack.io"
|
||||
url: "https://www.jitpack.io"
|
||||
|
||||
updates:
|
||||
- package-ecosystem: "bundler"
|
||||
|
||||
@@ -12,7 +12,7 @@ detektCompose = "0.4.28"
|
||||
#Room
|
||||
room = "2.8.4"
|
||||
#Fossify
|
||||
commons = "6.0.0"
|
||||
commons = "6.1.0"
|
||||
#Gradle
|
||||
gradlePlugins-agp = "8.11.1"
|
||||
#build
|
||||
|
||||
@@ -10,7 +10,7 @@ dependencyResolutionManagement {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
maven { setUrl("https://jitpack.io") }
|
||||
maven { setUrl("https://www.jitpack.io") }
|
||||
mavenLocal()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user