Why the build process ignore proguardFiles getDefaultProguardFile('proguard-android.txt')
问题 All the while, I don't have any issue with my build process. I'm using latest build.gradle . I'm using Android Studio 3.1.3. build.gradle // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { jcenter() google() } dependencies { classpath 'com.android.tools.build:gradle:3.1.3' classpath 'com.google.gms:google-services:3.2.0' } } allprojects { repositories { google() jcenter() maven { url "https://jitpack.io" } } }