appium-espresso-driver 8.4.0 → 8.4.1

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 CHANGED
@@ -1,3 +1,9 @@
1
+ ## [8.4.1](https://github.com/appium/appium-espresso-driver/compare/v8.4.0...v8.4.1) (2026-05-12)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * **deps:** bump gradle-wrapper from 9.5.0 to 9.5.1 in /espresso-server ([#1161](https://github.com/appium/appium-espresso-driver/issues/1161)) ([b6e0cfb](https://github.com/appium/appium-espresso-driver/commit/b6e0cfbf0c0daff6aa89ccc3a5c472ed79b94106))
6
+
1
7
  ## [8.4.0](https://github.com/appium/appium-espresso-driver/compare/v8.3.1...v8.4.0) (2026-05-12)
2
8
 
3
9
  ### Features
@@ -1,2 +1,2 @@
1
- #Tue May 12 05:53:50 UTC 2026
2
- gradle.version=9.5.0
1
+ #Tue May 12 17:46:23 UTC 2026
2
+ gradle.version=9.5.1
@@ -1,6 +1,6 @@
1
1
  distributionBase=GRADLE_USER_HOME
2
2
  distributionPath=wrapper/dists
3
- distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip
3
+ distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip
4
4
  networkTimeout=10000
5
5
  retries=0
6
6
  retryBackOffMs=500
@@ -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.4.0"
5
+ private const val VERSION = "8.4.1"
6
6
 
7
7
  fun getEspressoServerVersion() = VERSION
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-espresso-driver",
3
- "version": "8.4.0",
3
+ "version": "8.4.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-espresso-driver",
9
- "version": "8.4.0",
9
+ "version": "8.4.1",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "appium-adb": "^14.0.0",
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "automated testing",
8
8
  "android"
9
9
  ],
10
- "version": "8.4.0",
10
+ "version": "8.4.1",
11
11
  "author": "Appium Contributors",
12
12
  "license": "Apache-2.0",
13
13
  "repository": {