appium-espresso-driver 2.21.0 → 2.21.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,10 @@
1
+ ## [2.21.1](https://github.com/appium/appium-espresso-driver/compare/v2.21.0...v2.21.1) (2023-04-20)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * build app with Gradle 8.x ([894d7d2](https://github.com/appium/appium-espresso-driver/commit/894d7d22d65a1c3498eb066d8f2616437bc0b206))
7
+
1
8
  ## [2.21.0](https://github.com/appium/appium-espresso-driver/compare/v2.20.1...v2.21.0) (2023-04-18)
2
9
 
3
10
 
@@ -82,6 +82,8 @@ android {
82
82
  packagingOptions {
83
83
  resources.excludes.add("META-INF/**")
84
84
  }
85
+
86
+ namespace = "io.appium.espressoserver"
85
87
  }
86
88
 
87
89
  val kotlinVersion = rootProject.extra["appiumKotlin"]
@@ -1,6 +1,5 @@
1
1
  <?xml version="1.0" encoding="utf-8"?>
2
- <manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
- package="io.appium.espressoserver">
2
+ <manifest xmlns:android="http://schemas.android.com/apk/res/android">
4
3
 
5
4
  <uses-permission android:name="android.permission.INTERNET" />
6
5
  <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-espresso-driver",
3
- "version": "2.21.0",
3
+ "version": "2.21.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-espresso-driver",
9
- "version": "2.21.0",
9
+ "version": "2.21.1",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@babel/runtime": "^7.4.3",
@@ -115,13 +115,13 @@
115
115
  }
116
116
  },
117
117
  "node_modules/@appium/docutils": {
118
- "version": "0.3.7",
118
+ "version": "0.3.9",
119
119
  "extraneous": true,
120
120
  "license": "Apache-2.0",
121
121
  "dependencies": {
122
122
  "@appium/support": "^3.1.11",
123
123
  "@appium/tsconfig": "^0.3.0",
124
- "@appium/typedoc-plugin-appium": "^0.6.2",
124
+ "@appium/typedoc-plugin-appium": "^0.6.3",
125
125
  "@sliphua/lilconfig-ts-loader": "3.2.2",
126
126
  "chalk": "4.1.2",
127
127
  "consola": "2.15.3",
@@ -443,7 +443,7 @@
443
443
  }
444
444
  },
445
445
  "node_modules/@appium/typedoc-plugin-appium": {
446
- "version": "0.6.2",
446
+ "version": "0.6.3",
447
447
  "extraneous": true,
448
448
  "license": "Apache-2.0",
449
449
  "dependencies": {
@@ -1124,7 +1124,7 @@
1124
1124
  }
1125
1125
  },
1126
1126
  "node_modules/@types/node": {
1127
- "version": "18.15.11",
1127
+ "version": "18.15.12",
1128
1128
  "license": "MIT"
1129
1129
  },
1130
1130
  "node_modules/@types/normalize-package-data": {
@@ -1386,7 +1386,7 @@
1386
1386
  "license": "ISC"
1387
1387
  },
1388
1388
  "node_modules/appium-android-driver": {
1389
- "version": "5.10.1",
1389
+ "version": "5.10.4",
1390
1390
  "license": "Apache-2.0",
1391
1391
  "dependencies": {
1392
1392
  "@babel/runtime": "^7.0.0",
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "automated testing",
8
8
  "android"
9
9
  ],
10
- "version": "2.21.0",
10
+ "version": "2.21.1",
11
11
  "author": "Appium Contributors",
12
12
  "license": "Apache-2.0",
13
13
  "repository": {