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:
Ahmad Ansori Palembani 2024-09-08 10:17:07 +07:00
parent 44742854c4
commit 6e585fd142
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
2 changed files with 2 additions and 1 deletions

View file

@ -31,6 +31,7 @@ The format is simplified version of [Keep a Changelog](https://keepachangelog.co
- Update dependency com.android.tools:desugar_jdk_libs to v2.1.2 - Update dependency com.android.tools:desugar_jdk_libs to v2.1.2
- Update moko to v0.24.2 - Update moko to v0.24.2
- Refactor trackers to use DTOs (@MajorTanya) - Refactor trackers to use DTOs (@MajorTanya)
- Replace com.github.inorichi.injekt with com.github.null2264.injekt
## [v1.8.5.7] ## [v1.8.5.7]

View file

@ -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-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" } flexible-adapter = { module = "com.github.arkon.FlexibleAdapter:flexible-adapter", version.ref = "flexible-adapter" }
image-decoder = { module = "com.github.tachiyomiorg:image-decoder", version = "41c059e540" } 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" } kermit = { module = "co.touchlab:kermit", version.ref = "kermit" }