Skip to content

Commit ad426fb

Browse files
chore(release): 5.14.2 [skip ci]
## [5.14.2](v5.14.1...v5.14.2) (2025-03-01) ### Miscellaneous Chores * **deps:** bump com.android.tools.build:gradle from 8.8.1 to 8.8.2 ([#215](#215)) ([7a56655](7a56655))
1 parent 7a56655 commit ad426fb

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [5.14.2](https://github.com/appium/io.appium.settings/compare/v5.14.1...v5.14.2) (2025-03-01)
2+
3+
### Miscellaneous Chores
4+
5+
* **deps:** bump com.android.tools.build:gradle from 8.8.1 to 8.8.2 ([#215](https://github.com/appium/io.appium.settings/issues/215)) ([7a56655](https://github.com/appium/io.appium.settings/commit/7a566552019389174cf225cd4655005e5b66e83f))
6+
17
## [5.14.1](https://github.com/appium/io.appium.settings/compare/v5.14.0...v5.14.1) (2025-02-26)
28

39
### Bug Fixes

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
minSdkVersion 21
88
//noinspection ExpiredTargetSdkVersion
99
targetSdkVersion 32
10-
versionCode 117
11-
versionName "5.14.1"
10+
versionCode 118
11+
versionName "5.14.2"
1212
applicationId "io.appium.settings"
1313
}
1414

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "io.appium.settings",
3-
"version": "5.14.1",
3+
"version": "5.14.2",
44
"description": "App for dealing with Android settings",
55
"main": "./build/lib/index.js",
66
"types": "./build/lib/index.d.ts",

0 commit comments

Comments
 (0)