io.appium.settings 5.9.1 → 5.9.2
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 +7 -0
- package/README.md +1 -1
- package/apks/settings_apk-debug.apk +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [5.9.2](https://github.com/appium/io.appium.settings/compare/v5.9.1...v5.9.2) (2024-05-18)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Miscellaneous Chores
|
|
5
|
+
|
|
6
|
+
* Enable BuildConfig generation ([#173](https://github.com/appium/io.appium.settings/issues/173)) ([af4c160](https://github.com/appium/io.appium.settings/commit/af4c16038463ad97a4cbe80bf89a926b9139b718))
|
|
7
|
+
|
|
1
8
|
## [5.9.1](https://github.com/appium/io.appium.settings/compare/v5.9.0...v5.9.1) (2024-05-16)
|
|
2
9
|
|
|
3
10
|
|
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@ A small and simple Android application that deals with the system settings. Then
|
|
|
15
15
|
* [Java JDK](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
|
|
16
16
|
* [Gradle](https://gradle.org/)
|
|
17
17
|
|
|
18
|
-
You may also consider using [Android Studio](https://developer.android.com/studio/index.html) to debug the code easily.
|
|
18
|
+
You may also consider using the latest [Android Studio](https://developer.android.com/studio/index.html) to debug the code easily.
|
|
19
19
|
|
|
20
20
|
## Building
|
|
21
21
|
|
|
Binary file
|