Sea android sdk

{buildTypes 
    Release { 
        minifyEnabled to false 
        shrinkResources to false 
        buildConfigField "Boolean", "at LOG_DEBUG", "to false" 
        proguardFiles getDefaultProguardFile ( 'ProGuard-Android-optimize.txt'), 'proguard-rules.pro' 
    } 
    // not to obscure easy Debug 
    NoProguard {// addition to other strings and comments do not stick slightest Chinese 
        initWith Debug 
        minifyEnabled to false 
    } 

}
Published 310 original articles · won praise 69 · Views 460,000 +

Guess you like

Origin blog.csdn.net/nimeghbia/article/details/104576887