Created
September 10, 2019 08:53
-
-
Save trinadhkoya/b6ea8f7ee3f139b9b83288ff51585490 to your computer and use it in GitHub Desktop.
app level
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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