I have pasted the below command in the Terminal / Command Prompt and found the output from the below image file. So how do I enable or set v3 & v4 Signature Scheme to true which is currently getting false
java -jar /Users/Admin/Library/Android/sdk/build-tools/31.0.0/lib/apksigner.jar verify -v --print-certs /Users/Admin/Downloads/TestApp.apk
Questions:
- Do I have to change anything inside the app level build.gradle file?
- Currently I am referring the below sites for the v3 & v4 Signature Scheme
2.1 v3 Signature Scheme: https://source.android.com/security/apksigning/v3
2.2 v4 Signature Scheme: https://source.android.com/security/apksigning/v4