diff --git a/CHANGELOG.md b/CHANGELOG.md index 25ed37aae..e11cf1428 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.0.9](https://github.com/appium/appium-uiautomator2-server/compare/v6.0.8...v6.0.9) (2024-02-09) + + +### Miscellaneous Chores + +* **deps:** bump androidx.test.uiautomator:uiautomator in /app ([#611](https://github.com/appium/appium-uiautomator2-server/issues/611)) ([497ddc6](https://github.com/appium/appium-uiautomator2-server/commit/497ddc618bcadcb127f22916fa19d3d86524a251)) + ## [6.0.8](https://github.com/appium/appium-uiautomator2-server/compare/v6.0.7...v6.0.8) (2024-02-08) diff --git a/app/build.gradle b/app/build.gradle index 7f926fca8..d7bc5269d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,12 +19,12 @@ android { applicationId 'io.appium.uiautomator2' minSdkVersion 21 targetSdkVersion 34 - versionCode 160 + versionCode 161 archivesBaseName = 'appium-uiautomator2' /** * versionName should be updated and inline with version in package.json for every npm release. */ - versionName '6.0.8' + versionName '6.0.9' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' } buildTypes { diff --git a/package.json b/package.json index 21d3bca4d..38791e67f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-uiautomator2-server", - "version": "6.0.8", + "version": "6.0.9", "description": "A netty server with uiautomator2 handlers", "main": "index.js", "repository": {