Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit f815ba9

Browse files
leonbcodeYanndroid
authored andcommitted
Add compatibility for Google dependencies (#101)
1 parent d241d69 commit f815ba9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
version: 2
2+
registries:
3+
maven-google:
4+
type: maven-repository
5+
url: https://dl.google.com:443/dl/android/maven2
6+
username: ""
7+
password: ""
8+
29
updates:
310
- package-ecosystem: "gradle"
411
directory: "/yanndroid/oneui/"
12+
registries: "*"
513
schedule:
614
interval: "daily"

0 commit comments

Comments
 (0)