Skip to content

Commit 4d28ee3

Browse files
chore(release): 7.1.10 [skip ci]
## [7.1.10](v7.1.9...v7.1.10) (2025-01-07) ### Miscellaneous Chores * **deps:** bump org.json:json from 20240303 to 20241224 in /app ([#677](#677)) ([2997064](2997064))
1 parent 2997064 commit 4d28ee3

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+
## [7.1.10](https://github.com/appium/appium-uiautomator2-server/compare/v7.1.9...v7.1.10) (2025-01-07)
2+
3+
### Miscellaneous Chores
4+
5+
* **deps:** bump org.json:json from 20240303 to 20241224 in /app ([#677](https://github.com/appium/appium-uiautomator2-server/issues/677)) ([2997064](https://github.com/appium/appium-uiautomator2-server/commit/2997064ae7403bd2e1f591f6d2ed24ccf5827eb9))
6+
17
## [7.1.9](https://github.com/appium/appium-uiautomator2-server/compare/v7.1.8...v7.1.9) (2024-12-31)
28

39
### Bug Fixes

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ android {
1919
applicationId 'io.appium.uiautomator2'
2020
minSdkVersion 21
2121
targetSdkVersion 34
22-
versionCode 200
22+
versionCode 201
2323
archivesBaseName = 'appium-uiautomator2'
2424
/**
2525
* versionName should be updated and inline with version in package.json for every npm release.
2626
*/
27-
versionName '7.1.9'
27+
versionName '7.1.10'
2828
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
2929
}
3030
buildTypes {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appium-uiautomator2-server",
3-
"version": "7.1.9",
3+
"version": "7.1.10",
44
"description": "A netty server with uiautomator2 handlers",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)