Skip to content

Commit 1197f48

Browse files
chore(release): 9.9.0 [skip ci]
## [9.9.0](v9.8.0...v9.9.0) (2025-12-03) ### Features * let screenshot work with virtual display for API Level 34 ([#746](#746)) ([8c92ef0](8c92ef0))
1 parent 8c92ef0 commit 1197f48

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [9.9.0](https://github.com/appium/appium-uiautomator2-server/compare/v9.8.0...v9.9.0) (2025-12-03)
2+
3+
### Features
4+
5+
* let screenshot work with virtual display for API Level 34 ([#746](https://github.com/appium/appium-uiautomator2-server/issues/746)) ([8c92ef0](https://github.com/appium/appium-uiautomator2-server/commit/8c92ef02651c1e5a33c8074c6636bfa6a40efe57))
6+
17
## [9.8.0](https://github.com/appium/appium-uiautomator2-server/compare/v9.7.1...v9.8.0) (2025-12-02)
28

39
### Features

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ android.nonFinalResIds=false
2323
org.gradle.java.installations.auto-detect=true
2424
org.gradle.java.installations.auto-download=false
2525
#kotlin.gradle.plugin.source.attachment=true
26-
versionName=9.8.0
27-
versionCode=243
26+
versionName=9.9.0
27+
versionCode=244

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appium-uiautomator2-server",
3-
"version": "9.8.0",
3+
"version": "9.9.0",
44
"description": "A netty server with uiautomator2 handlers",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)