This repository has been archived by the owner on Dec 5, 2023. It is now read-only.
Releases: solrudev/SimpleInstaller
Releases · solrudev/SimpleInstaller
2.0.4
- Update notification channel title and description on configuration changes (such as locale change).
- Update Kotlin version to 1.6.21.
- Update coroutines version to 1.6.1.
- Update Okio version to 3.1.0.
Full Changelog: 2.0.3...2.0.4
2.0.3
- Small progress report changes.
Full Changelog: 2.0.2...2.0.3
2.0.2
- Remove
LocalBroadcastManager
usages.
Full Changelog: 2.0.1...2.0.2
2.0.1
- Update target SDK to 32.
Full Changelog: 2.0.0...2.0.1
2.0.0
- Breaking: move helper methods from
PackageInstaller
toPackageInstallerExt.kt
(Kotlin extension methods forPackageInstaller
, need an additional import to use) andPackageInstallerHelper
. Please update usages ofinstallPackage()
andinstallSplitPackage()
methods according to the updated README. - Update dependencies.
Full Changelog: 1.2.4...2.0.0
1.2.4
- Use
ACTION_UNINSTALL_PACKAGE
intent action on Android API level lower than 29. - Update Gradle and dependencies.
Full Changelog: 1.2.3...1.2.4
1.2.3
- Update Kotlin version to 1.6.10.
- Update coroutines version to 1.6.0.
Full Changelog: 1.2.2...1.2.3
1.2.2
- Minor improvements.
Full Changelog: 1.2.1...1.2.2
1.2.1
- Small docs fix.
- Hide internal members from Java sources.
Full Changelog: 1.2.0...1.2.1
1.2.0
- New: implement Java interoperability via callbacks.
Full Changelog: 1.1.1...1.2.0