Skip to content

Instantly share code, notes, and snippets.

@racka98
Last active October 10, 2021 19:33
Show Gist options
  • Save racka98/d5fa70ce95d844f154ed454e0fdf83b0 to your computer and use it in GitHub Desktop.
Save racka98/d5fa70ce95d844f154ed454e0fdf83b0 to your computer and use it in GitHub Desktop.
Android 12 Splash Screen Demo Gist
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