Skip to content

Instantly share code, notes, and snippets.

@trinadhkoya
Created September 10, 2019 08:53
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 trinadhkoya/b6ea8f7ee3f139b9b83288ff51585490 to your computer and use it in GitHub Desktop.
Save trinadhkoya/b6ea8f7ee3f139b9b83288ff51585490 to your computer and use it in GitHub Desktop.
app level
defaultConfig {
applicationId "com.vicinia.tinmen"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.getVersionCode()
versionCode vcode
versionName "4.0"
multiDexEnabled true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment