Skip to content
  • Marcus's avatar
    publish: use apksigner for signing apks with targetSDK>=30 · 768a9137
    Marcus authored
    This makes apksigner a hard requirement of the signing procedure.
    We'll first try to find a globally installed version from PATH and if
    that's not available fall back to using a version from build-tools.
    
    Future TODO: always sign with apksigner, blocked on signature transplant
    support for apksigv2/v3
    
    Closes #634
    Closes #827
    768a9137