Skip to content

Commit 6e17a0b

Browse files
chore(release): 5.12.23 [skip ci]
## [5.12.23](v5.12.22...v5.12.23) (2025-02-14) ### Miscellaneous Chores * **deps:** bump com.android.tools.build:gradle from 8.8.0 to 8.8.1 ([#209](#209)) ([5edf693](5edf693))
1 parent 5edf693 commit 6e17a0b

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.12.23](https://github.com/appium/io.appium.settings/compare/v5.12.22...v5.12.23) (2025-02-14)
2+
3+
### Miscellaneous Chores
4+
5+
* **deps:** bump com.android.tools.build:gradle from 8.8.0 to 8.8.1 ([#209](https://github.com/appium/io.appium.settings/issues/209)) ([5edf693](https://github.com/appium/io.appium.settings/commit/5edf6934d308db422450b1126675218b4aa0dbf7))
6+
17
## [5.12.22](https://github.com/appium/io.appium.settings/compare/v5.12.21...v5.12.22) (2025-01-16)
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 112
11-
versionName "5.12.22"
10+
versionCode 113
11+
versionName "5.12.23"
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.12.22",
3+
"version": "5.12.23",
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)