Skip to content

Instantly share code, notes, and snippets.

@iamcodder
Last active July 8, 2022 20:10
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 iamcodder/7122cda42e304688e32fbdd9622d89ae to your computer and use it in GitHub Desktop.
Save iamcodder/7122cda42e304688e32fbdd9622d89ae to your computer and use it in GitHub Desktop.
buildTypes {
debug{
debuggable true
minifyEnabled false
buildConfigField "String","BaseUrl","\"test.api.com\""
}
release {
debuggable false
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
buildConfigField "String","BaseUrl","\"prod.api.com\""
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment