Refactoring splash screen

This commit is contained in:
2021-08-05 13:07:05 +02:00
parent d4bd92ec90
commit fbe095b7f7
56 changed files with 827 additions and 609 deletions

View File

@@ -1,4 +1,6 @@
apply plugin: 'com.android.dynamic-feature'
plugins {
id 'com.android.dynamic-feature'
}
android {
compileSdkVersion 30
@@ -7,9 +9,6 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 30
versionCode 1
versionName "1.0"
}
compileOptions {