Skip to content

Instantly share code, notes, and snippets.

@coroutineDispatcher
Last active December 16, 2019 08:57
Show Gist options
  • Save coroutineDispatcher/08e8e2b7c214310dc598340afa048972 to your computer and use it in GitHub Desktop.
Save coroutineDispatcher/08e8e2b7c214310dc598340afa048972 to your computer and use it in GitHub Desktop.
compileSdkVersion(29)
defaultConfig {
applicationId = "com.sxhardha.someappName"
minSdkVersion(24)
targetSdkVersion(29)
versionCode = 1
versionName = "1.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment