aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
blob: 1b95fd4a10b4e7f9a8193f2863ce7899fa7bebf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"
	}
}