From a5c2df55f8f0830f0a254dc592be2bc84a0b09ec Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Tue, 25 Feb 2020 16:27:19 +0800 Subject: [PATCH] posts: add android tips --- _posts/2020-02-25-android.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _posts/2020-02-25-android.md diff --git a/_posts/2020-02-25-android.md b/_posts/2020-02-25-android.md new file mode 100644 index 0000000..ba24584 --- /dev/null +++ b/_posts/2020-02-25-android.md @@ -0,0 +1,12 @@ +--- +title: "Android Tips" +categories: + - Android +tags: + - android + - gradle +--- + +* Android gradle plugin 3.5.0+ disables v1 signing by default if minSdk >= 24 and v2 enabled, since [this commit](https://android.googlesource.com/platform/tools/base/+/84863c5598f1f015caec3598d81acef6f5e7c5e9%5E%21/). + +* To check v2+ signatures, use apksigner from build-tools instead of jarsigner. -- 2.43.0