appium-espresso-driver 8.5.3 → 8.5.5
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 +14 -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/file-system.probe +0 -0
- package/espresso-server/gradle/libs.versions.toml +4 -4
- 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,17 @@
|
|
|
1
|
+
## [8.5.5](https://github.com/appium/appium-espresso-driver/compare/v8.5.4...v8.5.5) (2026-05-23)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* **deps:** bump androidx.test.uiautomator:uiautomator ([#1173](https://github.com/appium/appium-espresso-driver/issues/1173)) ([9981439](https://github.com/appium/appium-espresso-driver/commit/99814395985774912efb8b07b83fa3969cca488d))
|
|
6
|
+
* **deps:** bump com.google.code.gson:gson in /espresso-server ([#1171](https://github.com/appium/appium-espresso-driver/issues/1171)) ([87f3a11](https://github.com/appium/appium-espresso-driver/commit/87f3a1133cb45141268b517b9ca91d563b550ca9))
|
|
7
|
+
|
|
8
|
+
## [8.5.4](https://github.com/appium/appium-espresso-driver/compare/v8.5.3...v8.5.4) (2026-05-23)
|
|
9
|
+
|
|
10
|
+
### Miscellaneous Chores
|
|
11
|
+
|
|
12
|
+
* **deps:** bump androidxTest from 1.5.0 to 1.7.0 in /espresso-server ([#1167](https://github.com/appium/appium-espresso-driver/issues/1167)) ([d22a5f9](https://github.com/appium/appium-espresso-driver/commit/d22a5f95ef702900fdf4e104d9169611acebc906))
|
|
13
|
+
* **deps:** bump espresso from 3.5.1 to 3.7.0 in /espresso-server ([#1172](https://github.com/appium/appium-espresso-driver/issues/1172)) ([b4a0b8b](https://github.com/appium/appium-espresso-driver/commit/b4a0b8b062aff1f146b2dcaefbd6b22dd0a74332))
|
|
14
|
+
|
|
1
15
|
## [8.5.3](https://github.com/appium/appium-espresso-driver/compare/v8.5.2...v8.5.3) (2026-05-23)
|
|
2
16
|
|
|
3
17
|
### Miscellaneous Chores
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
#Sat May 23
|
|
1
|
+
#Sat May 23 10:02:06 UTC 2026
|
|
2
2
|
gradle.version=9.5.1
|
|
Binary file
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
[versions]
|
|
2
2
|
androidGradlePlugin = "9.2.1"
|
|
3
3
|
kotlin = "2.3.21"
|
|
4
|
-
androidxTest = "1.
|
|
4
|
+
androidxTest = "1.7.0"
|
|
5
5
|
annotation = "1.10.0"
|
|
6
6
|
composeUiTest = "1.1.1"
|
|
7
|
-
gson = "2.
|
|
8
|
-
espresso = "3.
|
|
7
|
+
gson = "2.14.0"
|
|
8
|
+
espresso = "3.7.0"
|
|
9
9
|
nanohttpd = "2.3.1"
|
|
10
10
|
robolectric = "4.16.1"
|
|
11
11
|
junit = "4.13.2"
|
|
12
|
-
uiautomator = "2.
|
|
12
|
+
uiautomator = "2.3.0"
|
|
13
13
|
|
|
14
14
|
[libraries]
|
|
15
15
|
androidx-annotation = { group = "androidx.annotation", name = "annotation", version.ref = "annotation" }
|
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.5"
|
|
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.5",
|
|
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.5",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"appium-adb": "^15.0.0",
|