io.appium.settings 4.0.8 → 4.0.9

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.
Binary file
package/app/build.gradle CHANGED
@@ -6,8 +6,8 @@ android {
6
6
  defaultConfig {
7
7
  minSdkVersion 18
8
8
  targetSdkVersion 30
9
- versionCode 41
10
- versionName "4.0.8"
9
+ versionCode 42
10
+ versionName "4.0.9"
11
11
  applicationId "io.appium.settings"
12
12
  }
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "io.appium.settings",
3
- "version": "4.0.8",
3
+ "version": "4.0.9",
4
4
  "description": "App for dealing with Android settings",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "homepage": "https://github.com/appium/io.appium.settings",
42
42
  "devDependencies": {
43
- "@appium/gulp-plugins": "^6.0.0",
43
+ "@appium/gulp-plugins": "^7.0.0",
44
44
  "@semantic-release/git": "^10.0.1",
45
45
  "gulp": "^4.0.0",
46
46
  "semantic-release": "^19.0.2"