File tree Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 11version : 2
2+
3+ registries :
4+ maven-google :
5+ type : maven-repository
6+ url : " https://dl.google.com/dl/android/maven2/"
7+
8+ maven-central :
9+ type : maven-repository
10+ url : " https://repo.maven.apache.org/maven2"
11+
12+ jitpack :
13+ type : maven-repository
14+ url : " https://jitpack.io"
15+
216updates :
317 - package-ecosystem : " bundler"
418 directory : " /"
@@ -13,6 +27,10 @@ updates:
1327
1428 - package-ecosystem : " gradle"
1529 directory : " /"
30+ registries :
31+ - maven-central
32+ - maven-google
33+ - jitpack
1634 schedule :
1735 interval : " weekly"
1836 commit-message :
Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ ksp = "2.1.21-2.0.1"
88detekt = " 1.23.8"
99# AndroidX
1010androidx-constraintlayout = " 2.2.1"
11- androidx-documentfile = " 1.0.1 "
11+ androidx-documentfile = " 1.1.0 "
1212# Room
1313room = " 2.7.1"
1414# Fossify
15- commons = " 2.0.0 "
15+ commons = " 2.0.1 "
1616# Gradle
17- gradlePlugins-agp = " 8.9.2 "
17+ gradlePlugins-agp = " 8.10.1 "
1818# build
1919app-build-compileSDKVersion = " 34"
2020app-build-targetSDK = " 34"
You can’t perform that action at this time.
0 commit comments