posts: add android tips
1 files changed, 12 insertions(+), 0 deletions(-) A _posts/2020-02-25-android.md
A _posts/2020-02-25-android.md => _posts/2020-02-25-android.md +12 -0
@@ 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.