Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Releases: solrudev/SimpleInstaller

2.0.4

27 Apr 15:08
Compare
Choose a tag to compare
  • 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

26 Mar 23:31
Compare
Choose a tag to compare
  • Small progress report changes.

Full Changelog: 2.0.2...2.0.3

2.0.2

18 Mar 11:04
Compare
Choose a tag to compare
  • Remove LocalBroadcastManager usages.

Full Changelog: 2.0.1...2.0.2

2.0.1

11 Mar 17:26
Compare
Choose a tag to compare
  • Update target SDK to 32.

Full Changelog: 2.0.0...2.0.1

2.0.0

04 May 04:09
Compare
Choose a tag to compare
  • Breaking: move helper methods from PackageInstaller to PackageInstallerExt.kt (Kotlin extension methods for PackageInstaller, need an additional import to use) and PackageInstallerHelper. Please update usages of installPackage() and installSplitPackage() methods according to the updated README.
  • Update dependencies.

Full Changelog: 1.2.4...2.0.0

1.2.4

12 Feb 19:48
Compare
Choose a tag to compare
  • 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

11 Jan 10:13
Compare
Choose a tag to compare
  • 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

02 Jan 18:24
Compare
Choose a tag to compare
  • Minor improvements.

Full Changelog: 1.2.1...1.2.2

1.2.1

12 Dec 15:05
Compare
Choose a tag to compare
  • Small docs fix.
  • Hide internal members from Java sources.

Full Changelog: 1.2.0...1.2.1

1.2.0

12 Dec 02:31
Compare
Choose a tag to compare
  • New: implement Java interoperability via callbacks.

Full Changelog: 1.1.1...1.2.0