Open Lanchon opened 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?
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.
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?