Skip to content

Instantly share code, notes, and snippets.

@asvid
Created August 26, 2018 12:14
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 asvid/7d82b6a888bde3c753f564c3a0d2c2e8 to your computer and use it in GitHub Desktop.
Save asvid/7d82b6a888bde3c753f564c3a0d2c2e8 to your computer and use it in GitHub Desktop.
gist for blogpost
android {
...
defaultConfig {
applicationId "io.github.asvid.flavorhell"
minSdkVersion 16
targetSdkVersion 27
versionCode buildDateTime
versionName "4.0.12"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment