Various dependencies update + Removed unused dependencies.

This commit is contained in:
acclorite 2024-06-22 20:13:02 +03:00
parent 7bd24c78c6
commit 893458f340
3 changed files with 5 additions and 10 deletions

View file

@ -6,6 +6,4 @@ plugins {
id("com.google.dagger.hilt.android") version "2.50" apply false
id("com.mikepenz.aboutlibraries.plugin") version "11.1.3" apply false
id("androidx.room") version "2.6.1" apply false
kotlin("jvm") version "2.0.0" apply true
kotlin("plugin.serialization") version "2.0.0" apply false
}