Update dependencies, targetSDK add differnet App Names for the different versions
This commit is contained in:
parent
1f3c98ad91
commit
8707aedd75
5 changed files with 12 additions and 8 deletions
|
|
@ -1,11 +1,13 @@
|
|||
package org.fnives.test.showcase.ui.splash
|
||||
|
||||
import android.annotation.SuppressLint
|
||||
import android.os.Bundle
|
||||
import androidx.appcompat.app.AppCompatActivity
|
||||
import org.fnives.test.showcase.R
|
||||
import org.fnives.test.showcase.ui.IntentCoordinator
|
||||
import org.fnives.test.showcase.ui.viewModels
|
||||
|
||||
@SuppressLint("CustomSplashScreen")
|
||||
open class SplashActivity : AppCompatActivity() {
|
||||
|
||||
private val viewModel by viewModels<SplashViewModel>()
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
<resources>
|
||||
<string name="app_name">Test ShowCase</string>
|
||||
<string name="login">Login</string>
|
||||
<string name="username">Username</string>
|
||||
<string name="password">Password</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue