Add JCenter repository to extraMavenRepos to resolve legacy dependencies for libausbc (immersionbar and webpdecoder)

This commit is contained in:
2026-05-25 19:07:46 +02:00
parent 1ca6119515
commit 5625c8418b
+2 -1
View File
@@ -48,7 +48,8 @@
{
"android": {
"extraMavenRepos": [
"https://jitpack.io"
"https://jitpack.io",
"https://jcenter.bintray.com"
]
}
}