Created
February 25, 2019 08:01
-
-
Save m4kvn/3a2c0bfed5384a12940ffb70f01fa202 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| 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