diff --git a/CHANGELOG.md b/CHANGELOG.md index bcbfc4437..e214210a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.12.8](https://github.com/appium/appium-uiautomator2-server/compare/v5.12.7...v5.12.8) (2023-10-21) + + +### Miscellaneous Chores + +* Update various packages ([#561](https://github.com/appium/appium-uiautomator2-server/issues/561)) ([406590e](https://github.com/appium/appium-uiautomator2-server/commit/406590e317d9ab001cc0db568db0ccb33da80b07)) + ## [5.12.7](https://github.com/appium/appium-uiautomator2-server/compare/v5.12.6...v5.12.7) (2023-10-19) diff --git a/app/build.gradle b/app/build.gradle index f68ed43b8..ac9516b50 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,12 +19,12 @@ android { applicationId 'io.appium.uiautomator2' minSdkVersion 21 targetSdkVersion 30 - versionCode 134 + versionCode 135 archivesBaseName = 'appium-uiautomator2' /** * versionName should be updated and inline with version in package.json for every npm release. */ - versionName '5.12.7' + versionName '5.12.8' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' } buildTypes { diff --git a/package.json b/package.json index abe1d2dde..852347266 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-uiautomator2-server", - "version": "5.12.7", + "version": "5.12.8", "description": "A netty server with uiautomator2 handlers", "main": "index.js", "repository": {