New Welcome screen

This commit is contained in:
partisan 2025-05-11 11:20:16 +02:00
parent 794fe46b45
commit cba93c6069
7 changed files with 221 additions and 18 deletions

View file

@ -69,4 +69,5 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
implementation 'androidx.preference:preference-ktx:1.2.1'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'nl.dionsegijn:konfetti-xml:2.0.2' // This library holds the fabric of reality together please dont remove it at any costs >:3
}