diff options
author | zeapo <mohamed@zenadi.com> | 2014-11-25 22:08:13 +0100 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2014-11-25 22:08:13 +0100 |
commit | b991b2b14dc1f5dc01e60c1ea5194ad16ac14289 (patch) | |
tree | 40794052c77b66db66f3a8539b36d288ca75882f /app | |
parent | 489273678fa708e114702364bd91705b06a996c2 (diff) |
here comes the gradle's update
Diffstat (limited to 'app')
-rw-r--r-- | app/build.gradle | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/app/build.gradle b/app/build.gradle index a4f0716a..2510f89a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,12 +12,6 @@ android { versionCode 24 versionName "1.2-a5" } - buildTypes { - release { - runProguard false - proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' - } - } compileOptions { sourceCompatibility JavaVersion.VERSION_1_7 |