From: Reimar Döffinger Date: Mon, 24 Aug 2015 20:59:33 +0000 (+0200) Subject: Add release config. X-Git-Url: http://gitweb.fperrin.net/?p=Dictionary.git;a=commitdiff_plain;h=02bb458c5e709cd4d73fb1f0c8d2d7b475b49f6b Add release config. --- diff --git a/build.gradle b/build.gradle index 7108db1..b8ce7f7 100644 --- a/build.gradle +++ b/build.gradle @@ -20,6 +20,14 @@ dependencies { android { compileSdkVersion 21 buildToolsVersion "22.0.1" + buildTypes { + debug { + applicationIdSuffix ".debug" + } + release { + minifyEnabled true + } + } sourceSets { main { manifest.srcFile 'AndroidManifest.xml'