~xdavidwu/xdavidwu.link

ref: 11358a12c763501d74f61e7e798cfbeceb3d7c35 xdavidwu.link/_posts/2020-02-25-android.md -rw-r--r-- 384 bytes
11358a12xdavidwu tweak light footer color 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.