mars885 / gamedge

An Android application for browsing video games and checking the latest gaming news from around the world.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The project is using an incompatible version (7.0.0-beta05) of the Android Gradle plugin.

pesjak opened this issue · comments

I'm trying to build the project with new Android Studio (Arctic Fox), but it says (The project is using an incompatible version (7.0.0-beta05) of the Android Gradle plugin.), and If I upgrade it manually Hilt doesn't work properly, I keep getting @HiltAndroidApp base class must extend Application, tried cleaning the project, invalidate cache and restart but no success.

Hey.

Actually, I'm about to start refactoring the project real soon. What I mean is that over the following weeks, I'll:

  • Update all dependencies to their latest versions
  • Add static analysis libraries like detekt & ktlint
  • Reformat the code according to the official Kotlin style guide
  • Improve CI scripts
  • Tweak UI a little
  • Migrate all the existing views to Jetpack Compose

Therefore, stay tuned for a lot of PRs coming real soon. Updating dependencies comes before anything else, so, hopefully, you should not wait too long.

Dependencies have been updated. You can now compile it using the AS Arctic Fox. Let me know in case you have problems.