Last active
October 10, 2021 19:33
-
-
Save racka98/d5fa70ce95d844f154ed454e0fdf83b0 to your computer and use it in GitHub Desktop.
Android 12 Splash Screen Demo Gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
android { | |
compileSdk = 31 | |
} | |
dependencies { | |
val splahScreenVersion = "1.0.0-alpha01" | |
// Use: def instead of val if you are not using Kotlin Gradle(.kts) | |
implementation("androidx.core:core-splashscreen:$splashScreenVersion") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment