File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 5.14.3] ( https://github.com/appium/io.appium.settings/compare/v5.14.2...v5.14.3 ) (2025-03-10)
2
+
3
+ ### Bug Fixes
4
+
5
+ * accuracy handling ([ #218 ] ( https://github.com/appium/io.appium.settings/issues/218 ) ) ([ d768b5d] ( https://github.com/appium/io.appium.settings/commit/d768b5d7e7286f2c3e844ac392c91c567fd4c6d2 ) )
6
+
1
7
## [ 5.14.2] ( https://github.com/appium/io.appium.settings/compare/v5.14.1...v5.14.2 ) (2025-03-01)
2
8
3
9
### Miscellaneous Chores
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
7
7
minSdkVersion 21
8
8
// noinspection ExpiredTargetSdkVersion
9
9
targetSdkVersion 32
10
- versionCode 118
11
- versionName " 5.14.2 "
10
+ versionCode 119
11
+ versionName " 5.14.3 "
12
12
applicationId " io.appium.settings"
13
13
}
14
14
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " io.appium.settings" ,
3
- "version" : " 5.14.2 " ,
3
+ "version" : " 5.14.3 " ,
4
4
"description" : " App for dealing with Android settings" ,
5
5
"main" : " ./build/lib/index.js" ,
6
6
"types" : " ./build/lib/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments