mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 02:34:39 +00:00
fix(deps): Replace com.github.inorichi.injekt with com.github.null2264.injekt
Potential build failure due to JCenter fully dead and spring.io decided to restrict their repo from anon access without fully migrating their old stuff to maven central. Their reasoning is that those libs are deprecated, ignoring the fact that there still quite a lot of projects that uses those libs for several reasons... It is what it is, I guess. REF: https://spring.io/blog/2022/12/14/notice-of-permissions-changes-to-repo-spring-io-january-2023 REF: https://spring.io/blog/2022/12/14/notice-of-permissions-changes-to-repo-spring-io-january-2023#comment-6197778931
This commit is contained in:
parent
d7d54770ce
commit
f84633dcab
2 changed files with 2 additions and 1 deletions
|
@ -11,3 +11,4 @@
|
|||
-->
|
||||
## Other
|
||||
- Separate backup error log when destination is null or not a file
|
||||
- Replace com.github.inorichi.injekt with com.github.null2264.injekt
|
||||
|
|
|
@ -41,7 +41,7 @@ flexbox = { module = "com.google.android.flexbox:flexbox", version = "3.0.0" }
|
|||
flexible-adapter-ui = { module = "com.github.arkon.FlexibleAdapter:flexible-adapter-ui", version.ref = "flexible-adapter" }
|
||||
flexible-adapter = { module = "com.github.arkon.FlexibleAdapter:flexible-adapter", version.ref = "flexible-adapter" }
|
||||
image-decoder = { module = "com.github.tachiyomiorg:image-decoder", version = "41c059e540" }
|
||||
injekt-core = { module = "com.github.inorichi.injekt:injekt-core", version = "65b0440" }
|
||||
injekt-core = { module = "com.github.null2264.injekt:injekt-core", version = "4135455a2a" }
|
||||
|
||||
kermit = { module = "co.touchlab:kermit", version.ref = "kermit" }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue