0.7.6
Dependencies
- Reverted
androidx.startup
to 1.1.1.
Bug fixes and improvements
INTENT_BASED
package installer sessions are no longer stuck inCOMMITTED
state if they have performed a successful app self-update (not in all scenarios). This is an (almost) fix for issue #33.- Use
ZipFile
API for readingAndroidManifest.xml
when possible while parsing single APK withApk.fromFile()
andApk.fromUri()
.