io.appium.settings 4.2.4 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/apks/settings_apk-debug.apk +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [5.0.0](https://github.com/appium/io.appium.settings/compare/v4.2.4...v5.0.0) (2022-12-23)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### ⚠ BREAKING CHANGES
|
|
5
|
+
|
|
6
|
+
* Removed the obsolete Unlocker activity. This hack in this activity was only properly working for Android below API 21
|
|
7
|
+
* Bumped the minimum required Android version to 21
|
|
8
|
+
|
|
9
|
+
### Code Refactoring
|
|
10
|
+
|
|
11
|
+
* Remove the obsolete Unlocker activity ([#101](https://github.com/appium/io.appium.settings/issues/101)) ([a4d4db9](https://github.com/appium/io.appium.settings/commit/a4d4db9b92cd760588cee87860d2bd3deda0748c))
|
|
12
|
+
|
|
1
13
|
## [4.2.4](https://github.com/appium/io.appium.settings/compare/v4.2.3...v4.2.4) (2022-12-01)
|
|
2
14
|
|
|
3
15
|
|
|
Binary file
|