shwenzhang / AndResGuard

proguard resource for Android by wechat team
Apache License 2.0
8.49k stars 1.53k forks source link

Is gradle option 'shrinkResources' do the same thing as AndResGuard #507

Open zzzzfeng opened 2 years ago

zzzzfeng commented 2 years ago

Is gradle option 'shrinkResources' do the same thing as AndResGuard

buildTypes { release { shrinkResources true minifyEnabled true proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' } }