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