0.9.8 - StartScreen + Check for updates + Bug fixes + Lot more...

This commit is contained in:
acclorite 2024-04-20 20:33:35 +03:00
parent 513b286e07
commit b5c2399034
129 changed files with 3944 additions and 1535 deletions

View file

@ -3,4 +3,5 @@ plugins {
id("org.jetbrains.kotlin.android") version "1.9.21" apply false
id("com.google.devtools.ksp") version "1.9.21-1.0.16" apply false
id("com.google.dagger.hilt.android") version "2.50" apply false
id("com.mikepenz.aboutlibraries.plugin") version "11.1.3" apply false
}