Skip to content

Instantly share code, notes, and snippets.

@m4kvn
Created February 25, 2019 08:01
Show Gist options
  • Select an option

  • Save m4kvn/3a2c0bfed5384a12940ffb70f01fa202 to your computer and use it in GitHub Desktop.

Select an option

Save m4kvn/3a2c0bfed5384a12940ffb70f01fa202 to your computer and use it in GitHub Desktop.
plugins {
id("com.android.application")
kotlin("android")
}
androidCommon()
android {
defaultConfig {
applicationId = "com.m4kvn.myapplication"
versionCode = 1
versionName = "1.0.0"
testInstrumentationRunner = "android.support.test.runner.AndroidJUnitRunner"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment