fornwall / apksigner

A lightweight APK signing tool that can be run on Android devices.
111 stars 31 forks source link

Binary package #4

Open Lanchon opened 5 years ago

Lanchon commented 5 years ago

hi,

is there a repo that carries official apksigner builds? i'm making a gradle plugin that dynamically downloads various tools at runtime (so the user picks versions) and i want to avoid forking and providing my own builds if possible.

unfortunately the code in https://dl.bintray.com/termux/termux-packages-24/all/:apksigner_0.7-1_all.deb is dalvik bytecode, not java bytecode. is there a java bytecode release?

kkocdko commented 3 years ago

Here: http://ftp.br.debian.org/debian/pool/main/a/android-platform-tools-apksig/ Although two years have passed, I think there may be someone like me who need this.