Skip to content

Commit f84633d

Browse files
committed
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
1 parent d7d5477 commit f84633d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@
1111
-->
1212
## Other
1313
- Separate backup error log when destination is null or not a file
14+
- Replace com.github.inorichi.injekt with com.github.null2264.injekt

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ flexbox = { module = "com.google.android.flexbox:flexbox", version = "3.0.0" }
4141
flexible-adapter-ui = { module = "com.github.arkon.FlexibleAdapter:flexible-adapter-ui", version.ref = "flexible-adapter" }
4242
flexible-adapter = { module = "com.github.arkon.FlexibleAdapter:flexible-adapter", version.ref = "flexible-adapter" }
4343
image-decoder = { module = "com.github.tachiyomiorg:image-decoder", version = "41c059e540" }
44-
injekt-core = { module = "com.github.inorichi.injekt:injekt-core", version = "65b0440" }
44+
injekt-core = { module = "com.github.null2264.injekt:injekt-core", version = "4135455a2a" }
4545

4646
kermit = { module = "co.touchlab:kermit", version.ref = "kermit" }
4747

0 commit comments

Comments
 (0)