-
-
Notifications
You must be signed in to change notification settings - Fork 793
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Signature v2 for debug builds #31
Comments
This comment was marked as spam.
This comment was marked as spam.
Old issue. Current version does not have it. |
oSumAtrIX
pushed a commit
that referenced
this issue
Aug 26, 2023
* refactor: refactor `PM` * feat: use plurals for patch count * fix: support apk's from storage * feat: use ViewModel for loading apps and bundles * fix: fix file selector that has no reason to be broken * refactor: rename parameter * refactor: `MainViewModel` * feat: make all apps use `path` * build: target java 11
oSumAtrIX
pushed a commit
that referenced
this issue
Aug 26, 2023
* refactor: refactor `PM` * feat: use plurals for patch count * fix: support apk's from storage * feat: use ViewModel for loading apps and bundles * fix: fix file selector that has no reason to be broken * refactor: rename parameter * refactor: `MainViewModel` * feat: make all apps use `path` * build: target java 11
validcube
pushed a commit
that referenced
this issue
Aug 28, 2023
* refactor: refactor `PM` * feat: use plurals for patch count * fix: support apk's from storage * feat: use ViewModel for loading apps and bundles * fix: fix file selector that has no reason to be broken * refactor: rename parameter * refactor: `MainViewModel` * feat: make all apps use `path` * build: target java 11
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, actions debug builds will not install on Android 11 or newer. This is because on those SDK versions, apks must use APK signing v2 or newer.
While I'm aware this is very much a WIP project, still makes testing harder 😁
The text was updated successfully, but these errors were encountered: