Migrate to Android 12 splash screen implementation

This commit is contained in:
CappielloAntonio 2021-08-04 08:33:53 +02:00
parent a531502a1b
commit 43c78c6e9b
8 changed files with 37 additions and 1 deletions

View file

@ -52,6 +52,9 @@ dependencies {
// Android Material
implementation 'com.google.android.material:material:1.4.0'
// Splashscreen
implementation 'androidx.core:core-splashscreen:1.0.0-alpha01'
// VolleyRequest
implementation 'com.android.volley:volley:1.2.0'