aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/build.gradle b/app/build.gradle
index a77f26c6..5dbcbf8c 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -2,12 +2,6 @@ apply plugin: 'com.android.application'
android {
buildToolsVersion '27.0.3'
- buildTypes {
- release {
- minifyEnabled true
- proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
- }
- }
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8