Skip to content

Instantly share code, notes, and snippets.

@vinodbaste
Created October 3, 2022 04:10
Show Gist options
  • Save vinodbaste/8ad58cc373702195ee6c1f81029ac061 to your computer and use it in GitHub Desktop.
Save vinodbaste/8ad58cc373702195ee6c1f81029ac061 to your computer and use it in GitHub Desktop.
android {
compileSdk = 31
}
dependencies {
val splahScreenVersion = "1.0.0"
// 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