difference between signature versions - V1(Jar Signature) and V2(Full APK Signature) while generating signed apk in AndroidStudio?
问题 Please select at least one of the signature versions to use in Android Studio 2.3 Now while generating signed apk in Android Studio, it's showing two options(CheckBox) namely 1. V1(Jar Signature) and 2. `V2(Full APK Signature)' as Signature Versions in last step of signed apk generating process. So, what is the difference between these V1(Jar Signature) and V2(Full APK Signature) in new Android Studio update? And which should I use(or both) for signing apk for play store release? Also I'm