Skip to content

Instantly share code, notes, and snippets.

@coroutineDispatcher
Last active December 16, 2019 08:31
Show Gist options
  • Save coroutineDispatcher/ae43c4b4f380ed554004a996cb38b965 to your computer and use it in GitHub Desktop.
Save coroutineDispatcher/ae43c4b4f380ed554004a996cb38b965 to your computer and use it in GitHub Desktop.
buildTypes {
getByName("release") {
isMinifyEnabled = true
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment