Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 383 Bytes

dai-ma-hun-yao.md

File metadata and controls

18 lines (14 loc) · 383 Bytes
 buildTypes {
        release {
//            minifyEnabled false

            // 混淆
            minifyEnabled true
            // Zipalign优化
            zipAlignEnabled true
            // 移除无用的resource文件
            shrinkResources true
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
    }