Skip to content

Instantly share code, notes, and snippets.

@parth-koshta
Created January 8, 2022 18:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parth-koshta/c915ecaec14afe40b1ccdc2257447199 to your computer and use it in GitHub Desktop.
Save parth-koshta/c915ecaec14afe40b1ccdc2257447199 to your computer and use it in GitHub Desktop.
Medium article - splash screen
buildscript {
ext {
buildToolsVersion = "30.0.2"
minSdkVersion = 23 // Change this
compileSdkVersion = 31 // Change this
targetSdkVersion = 31 // Change this
ndkVersion = "21.4.7075529"
}
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment