~xdavidwu/xdavidwu.link

ref: 411395f940591cab16ae5561a95f7da646e51899 xdavidwu.link/_posts/2020-02-25-android.md -rw-r--r-- 384 bytes
411395f9xdavidwu move related into article container 4 years ago

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.

  • To check v2+ signatures, use apksigner from build-tools instead of jarsigner.