Skip to content

Instantly share code, notes, and snippets.

@magdamiu
Created March 16, 2019 11:13
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 magdamiu/8f6838e7ce3cf60fe9ae8f09106f52dd to your computer and use it in GitHub Desktop.
Save magdamiu/8f6838e7ce3cf60fe9ae8f09106f52dd to your computer and use it in GitHub Desktop.
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
buildConfigField "String", "BASE_MOVIES_URL", '"https://api.themoviedb.org/3/"'
buildConfigField "String", "BASE_GITHUB_URL", '"https://api.github.com/"'
}
debug {
buildConfigField "String", "BASE_MOVIES_URL", '"https://api.themoviedb.org/3/"'
buildConfigField "String", "BASE_GITHUB_URL", '"https://api.github.com/"'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment