apply plugin: 'com.android.application' apply plugin: 'versionPlugin' android { compileSdkVersion 8 buildToolsVersion "21.1.2" defaultConfig { applicationId "net.thauvin.erik.android.tiproid" minSdkVersion 2 targetSdkVersion 2 versionCode 4 versionName "0.4.0" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt' } } versionPlugin { buildTypesMatcher = 'release' supportBuildNumber = false fileNameFormat = '$projectName' } }