aniyomiorg / aniyomi

An app for manga and anime
https://aniyomi.org
Apache License 2.0
5.06k stars 317 forks source link

Issue Injekt dependencies #1776

Open raonsama opened 1 month ago

raonsama commented 1 month ago

Steps to reproduce

  1. Clone Repo
  2. Run ./gradlew installDevDebug

Expected behavior

It should be when downloading dependencies should run successfully.

Actual behavior

When downloading dependencies one of the libraries was not found injekt-core = "com.github.inorichi.injekt:injekt-core:65b0440"

raon-2024-09-05_02:54:02

After changing the library to the original author, everything worked fine. injekt-core = "uy.kohesive.injekt:injekt-core:1.16.1"

Crash logs

No response

Aniyomi version

Main Branch

Android version

Android 14

Device

Samsung

Other details

No response

Acknowledgements

raonsama commented 1 month ago

Should i make a PR for that?

raonsama commented 1 month ago

mihon has replaced the library with this