-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Labels
Description
I'm trying to patch an application that is distributed on the App Bundle format (*.apks).
In order to patch the application, manual work (which is labor intensive and error-prone) needs to be done to merge the apks.
My suggestion is to allow to modify the base apk, package it back to the apks format and let it be installed on the device.
Also, it would be nice to be able to do this inside Android Studio with the gradle plugin.
Surendrajat