added build

This commit is contained in:
steckbrief 2018-05-07 23:45:28 +02:00
parent 720dc28153
commit 0bac08f57e

14
build.gradle Normal file
View 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"
}
}