appium-espresso-driver 8.5.2 → 8.5.3
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 +8 -0
- package/espresso-server/app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk +0 -0
- package/espresso-server/buildSrc/.gradle/9.5.1/executionHistory/executionHistory.bin +0 -0
- package/espresso-server/buildSrc/.gradle/9.5.1/executionHistory/executionHistory.lock +0 -0
- package/espresso-server/buildSrc/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/espresso-server/buildSrc/.gradle/buildOutputCleanup/cache.properties +1 -1
- package/espresso-server/buildSrc/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- package/espresso-server/buildSrc/.gradle/file-system.probe +0 -0
- package/espresso-server/gradle/libs.versions.toml +3 -3
- package/espresso-server/library/src/main/java/io/appium/espressoserver/lib/helpers/Version.kt +1 -1
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [8.5.3](https://github.com/appium/appium-espresso-driver/compare/v8.5.2...v8.5.3) (2026-05-23)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* **deps:** bump androidx.annotation:annotation in /espresso-server ([#1169](https://github.com/appium/appium-espresso-driver/issues/1169)) ([6e32876](https://github.com/appium/appium-espresso-driver/commit/6e3287673525f791bd6b135fb6ccb5c96afd5dea))
|
|
6
|
+
* **deps:** bump kotlin from 2.3.20 to 2.3.21 in /espresso-server ([#1166](https://github.com/appium/appium-espresso-driver/issues/1166)) ([40ea9e1](https://github.com/appium/appium-espresso-driver/commit/40ea9e15fda07fe7ffc37615999fdac00594031d))
|
|
7
|
+
* **deps:** bump org.robolectric:robolectric in /espresso-server ([#1168](https://github.com/appium/appium-espresso-driver/issues/1168)) ([0aeb67a](https://github.com/appium/appium-espresso-driver/commit/0aeb67a2f060fa67254af9a3c427a7260aabc661))
|
|
8
|
+
|
|
1
9
|
## [8.5.2](https://github.com/appium/appium-espresso-driver/compare/v8.5.1...v8.5.2) (2026-05-23)
|
|
2
10
|
|
|
3
11
|
### Bug Fixes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
#Sat May 23
|
|
1
|
+
#Sat May 23 09:13:23 UTC 2026
|
|
2
2
|
gradle.version=9.5.1
|
|
Binary file
|
|
Binary file
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
[versions]
|
|
2
2
|
androidGradlePlugin = "9.2.1"
|
|
3
|
-
kotlin = "2.3.
|
|
3
|
+
kotlin = "2.3.21"
|
|
4
4
|
androidxTest = "1.5.0"
|
|
5
|
-
annotation = "1.
|
|
5
|
+
annotation = "1.10.0"
|
|
6
6
|
composeUiTest = "1.1.1"
|
|
7
7
|
gson = "2.10.1"
|
|
8
8
|
espresso = "3.5.1"
|
|
9
9
|
nanohttpd = "2.3.1"
|
|
10
|
-
robolectric = "4.
|
|
10
|
+
robolectric = "4.16.1"
|
|
11
11
|
junit = "4.13.2"
|
|
12
12
|
uiautomator = "2.2.0"
|
|
13
13
|
|
package/espresso-server/library/src/main/java/io/appium/espressoserver/lib/helpers/Version.kt
CHANGED
|
@@ -2,6 +2,6 @@ package io.appium.espressoserver.lib.helpers
|
|
|
2
2
|
|
|
3
3
|
// This value is updated automatically by the NPM versioning script
|
|
4
4
|
// It should be in sync with the NPM module version from package.json
|
|
5
|
-
private const val VERSION = "8.5.
|
|
5
|
+
private const val VERSION = "8.5.3"
|
|
6
6
|
|
|
7
7
|
fun getEspressoServerVersion() = VERSION
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-espresso-driver",
|
|
3
|
-
"version": "8.5.
|
|
3
|
+
"version": "8.5.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-espresso-driver",
|
|
9
|
-
"version": "8.5.
|
|
9
|
+
"version": "8.5.3",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"appium-adb": "^15.0.0",
|