Update dependencies, targetSDK add differnet App Names for the different versions

This commit is contained in:
Gergely Hegedus 2021-11-04 18:17:42 +02:00
parent 1f3c98ad91
commit 8707aedd75
5 changed files with 12 additions and 8 deletions

View file

@ -1,6 +1,8 @@
package org.fnives.test.showcase.ui.splash
import android.annotation.SuppressLint
import dagger.hilt.android.AndroidEntryPoint
@SuppressLint("CustomSplashScreen")
@AndroidEntryPoint
class HiltSplashActivity : SplashActivity()