appium-espresso-driver 3.0.0 → 3.1.0
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
|
+
## [3.1.0](https://github.com/appium/appium-espresso-driver/compare/v3.0.0...v3.1.0) (2024-07-11)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
* Publish Espresso server library to JitPack ([#1021](https://github.com/appium/appium-espresso-driver/issues/1021)) ([9445667](https://github.com/appium/appium-espresso-driver/commit/94456673880e591808e06db57da1d21ec823ec0c))
|
|
6
|
+
|
|
1
7
|
## [3.0.0](https://github.com/appium/appium-espresso-driver/compare/v2.44.2...v3.0.0) (2024-07-10)
|
|
2
8
|
|
|
3
9
|
### ⚠ BREAKING CHANGES
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
plugins {
|
|
2
2
|
id("com.android.library")
|
|
3
3
|
kotlin("android")
|
|
4
|
+
`maven-publish`
|
|
4
5
|
}
|
|
5
6
|
|
|
6
7
|
val appiumCompileSdk: String by project
|
|
@@ -51,6 +52,22 @@ android {
|
|
|
51
52
|
targetSdk = appiumTargetSdk.toInt()
|
|
52
53
|
unitTests.isReturnDefaultValues = true
|
|
53
54
|
}
|
|
55
|
+
|
|
56
|
+
publishing {
|
|
57
|
+
singleVariant("release") {
|
|
58
|
+
withSourcesJar()
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
publishing {
|
|
64
|
+
publications {
|
|
65
|
+
register<MavenPublication>("release") {
|
|
66
|
+
afterEvaluate {
|
|
67
|
+
from(components["release"])
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
54
71
|
}
|
|
55
72
|
|
|
56
73
|
dependencies {
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-espresso-driver",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-espresso-driver",
|
|
9
|
-
"version": "3.
|
|
9
|
+
"version": "3.1.0",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"appium-adb": "^12.4.0",
|
|
@@ -764,13 +764,13 @@
|
|
|
764
764
|
}
|
|
765
765
|
},
|
|
766
766
|
"node_modules/appium-android-driver": {
|
|
767
|
-
"version": "9.7.
|
|
768
|
-
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-9.7.
|
|
769
|
-
"integrity": "sha512-
|
|
767
|
+
"version": "9.7.5",
|
|
768
|
+
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-9.7.5.tgz",
|
|
769
|
+
"integrity": "sha512-A/XU3RiueOp6RCtfJSfJ16iRwmNNLb98zNjBbTOnPetWWav9nEIEGkZzuDNdMEtBv4xviFXH/4wsdnUWtHKTFw==",
|
|
770
770
|
"dependencies": {
|
|
771
771
|
"@appium/support": "^5.0.3",
|
|
772
772
|
"@colors/colors": "^1.6.0",
|
|
773
|
-
"appium-adb": "^12.
|
|
773
|
+
"appium-adb": "^12.5.0",
|
|
774
774
|
"appium-chromedriver": "^5.5.1",
|
|
775
775
|
"asyncbox": "^3.0.0",
|
|
776
776
|
"axios": "^1.x",
|