Replace custom splashscreen with native one

This commit is contained in:
Niko Diamadis
2023-01-30 14:55:30 +01:00
parent 11a74537e4
commit f49d8fbda1
5 changed files with 17 additions and 4 deletions

View File

@@ -65,6 +65,7 @@ if (project.hasProperty('sign')) {
dependencies {
implementation project(':client')
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'androidx.core:core-splashscreen:1.0.0'
implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'