added build
This commit is contained in:
parent
720dc28153
commit
0bac08f57e
1 changed files with 14 additions and 0 deletions
14
build.gradle
Normal file
14
build.gradle
Normal file
|
@ -0,0 +1,14 @@
|
|||
android {
|
||||
compileSdkVersion 23
|
||||
buildToolsVersion '23.0.2'
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 23
|
||||
versionCode 10
|
||||
versionName "0.0.8"
|
||||
archivesBaseName += "-$versionName"
|
||||
apply from: 'configuration.gradle'
|
||||
applicationId "de.thedevstack.conversationsplus"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue