appium-espresso-driver 1.44.1 → 1.45.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.
@@ -13,7 +13,7 @@ android {
13
13
  testApplicationId = "io.appium.espressoserver.test"
14
14
  testHandleProfiling = false
15
15
  testFunctionalTest = false
16
- minSdkVersion(getIntProperty("appiumMinSdk", 18))
16
+ minSdkVersion(getIntProperty("appiumMinSdk", 21))
17
17
  targetSdkVersion(getIntProperty("appiumTargetSdk", 28))
18
18
  versionCode = 1
19
19
  versionName = "1.0"
@@ -99,7 +99,7 @@ dependencies {
99
99
  androidTestImplementation("androidx.test:rules:${Version.testlib}")
100
100
  androidTestImplementation("com.google.code.gson:gson:${Version.gson}")
101
101
  androidTestImplementation("org.nanohttpd:nanohttpd-webserver:${Version.nanohttpd}")
102
- androidTestImplementation("org.jetbrains.kotlin:kotlin-stdlib-jdk7:${Version.kotlin}")
102
+ androidTestImplementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:${Version.kotlin}")
103
103
  androidTestImplementation("org.jetbrains.kotlin:kotlin-reflect:${Version.kotlin}")
104
104
  // additionalAndroidTestDependencies placeholder (don't change or delete this line)
105
105
  }
@@ -109,7 +109,7 @@ tasks.withType<Test> {
109
109
  }
110
110
 
111
111
  object Version {
112
- const val kotlin = "1.3.72"
112
+ const val kotlin = "1.4.32"
113
113
  const val espresso = "3.3.0"
114
114
  const val testlib = "1.3.0"
115
115
  const val mocklib = "1.7.4"
@@ -2,7 +2,7 @@
2
2
 
3
3
  buildscript {
4
4
  val appiumKotlin =
5
- properties.getOrDefault("appiumKotlin", "1.3.72")
5
+ properties.getOrDefault("appiumKotlin", "1.4.32")
6
6
 
7
7
  val appiumAndroidGradlePlugin =
8
8
  properties.getOrDefault("appiumAndroidGradlePlugin", "4.1.1")
@@ -22,3 +22,5 @@ android.useAndroidX=true
22
22
 
23
23
  org.gradle.vfs.watch=true
24
24
  org.gradle.caching=true
25
+ # https://youtrack.jetbrains.com/issue/KT-46708
26
+ kotlin.stdlib.default.dependency=false
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "automated testing",
8
8
  "android"
9
9
  ],
10
- "version": "1.44.1",
10
+ "version": "1.45.0",
11
11
  "author": "appium",
12
12
  "license": "Apache-2.0",
13
13
  "repository": {
@@ -89,7 +89,7 @@
89
89
  "mocha-junit-reporter": "^2.0.0",
90
90
  "mocha-multi-reporters": "^1.1.7",
91
91
  "pre-commit": "^1.2.2",
92
- "sinon": "^10.0.0",
92
+ "sinon": "^11.0.0",
93
93
  "wd": "^1.10.3",
94
94
  "xmldom": "^0.x",
95
95
  "xpath": "^0.x"