shwenzhang / AndResGuard

proguard resource for Android by wechat team
Apache License 2.0
8.54k stars 1.54k forks source link

Use version 1.2.3, output apk didn't have 7zip in name. #175

Closed Dwan-xie closed 7 years ago

Dwan-xie commented 7 years ago

I have another question. Use version 1.2.3, Output apk didn't have 7zip in name. xxxxxxxxx_aligned_signed.apk

Use version 1.1.16 xxxxxxxxx_signed_7zip_aligned.apk

What's the difference between the two versions? Or maybe i should change some config?

simpleton commented 7 years ago

Note: Signature schemeV2 will make 7zip compressing invalid. If you really care about your APK size, please disable v2Signing in your signingConfigs

Dwan-xie commented 7 years ago

Ok, I will try this. But in my project , i don't use v2Signing

simpleton commented 7 years ago

V2sign is enabled defaultly when build tools version is greater than 2.2

On Jul 20, 2017 6:19 PM, "Dwan-xie" notifications@github.com wrote:

Ok, I will try this. But in my project , i don't use v2Signing

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/shwenzhang/AndResGuard/issues/175#issuecomment-316661578, or mute the thread https://github.com/notifications/unsubscribe-auth/AAbvYvFxHO2mrvbpQ4MGdDNJSkiVXYMfks5sPymcgaJpZM4Od3D3 .

Dwan-xie commented 7 years ago

it's work, thanks~