Gradle 용 Android 플러그인에는 다음과 같이 minifyEnabled 속성과 useProguard 속성이 있습니다. android { buildTypes { debug { minifyEnabled true useProguard ...
確定! 回上一頁