diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dfe2b0b..f473256f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [7.0.22](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.21...v7.0.22) (2024-08-09) + +### Miscellaneous Chores + +* **deps:** bump com.android.tools.build:gradle in /app ([#658](https://github.com/appium/appium-uiautomator2-server/issues/658)) ([7fcb4e1](https://github.com/appium/appium-uiautomator2-server/commit/7fcb4e1f60155f61a1586b301a242f1dc95a3760)) + ## [7.0.21](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.20...v7.0.21) (2024-08-02) ### Miscellaneous Chores diff --git a/app/build.gradle b/app/build.gradle index 041aeda8..1c1ce33f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,12 +19,12 @@ android { applicationId 'io.appium.uiautomator2' minSdkVersion 21 targetSdkVersion 34 - versionCode 183 + versionCode 184 archivesBaseName = 'appium-uiautomator2' /** * versionName should be updated and inline with version in package.json for every npm release. */ - versionName '7.0.21' + versionName '7.0.22' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' } buildTypes { diff --git a/package.json b/package.json index 21e7a51e..61499063 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-uiautomator2-server", - "version": "7.0.21", + "version": "7.0.22", "description": "A netty server with uiautomator2 handlers", "main": "index.js", "repository": {