Skip to content

Commit 1ab9b19

Browse files
chore(release): 5.12.21 [skip ci]
## [5.12.21](v5.12.20...v5.12.21) (2025-01-10) ### Miscellaneous Chores * **deps:** bump com.android.tools.build:gradle from 8.7.3 to 8.8.0 ([#204](#204)) ([0753393](0753393))
1 parent 0753393 commit 1ab9b19

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.21](https://github.com/appium/io.appium.settings/compare/v5.12.20...v5.12.21) (2025-01-10)
2+
3+
### Miscellaneous Chores
4+
5+
* **deps:** bump com.android.tools.build:gradle from 8.7.3 to 8.8.0 ([#204](https://github.com/appium/io.appium.settings/issues/204)) ([0753393](https://github.com/appium/io.appium.settings/commit/0753393d9da4b8f3aa64d127b85da3f89c57f5a5))
6+
17
## [5.12.20](https://github.com/appium/io.appium.settings/compare/v5.12.19...v5.12.20) (2025-01-06)
28

39
### Miscellaneous Chores

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 110
11-
versionName "5.12.20"
10+
versionCode 111
11+
versionName "5.12.21"
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.20",
3+
"version": "5.12.21",
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)