diff --git a/CHANGELOG.md b/CHANGELOG.md index 931ca1c91..f6f076687 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [7.0.4](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.3...v7.0.4) (2024-03-08) + + +### Miscellaneous Chores + +* **deps:** bump org.json:json from 20240205 to 20240303 in /app ([#618](https://github.com/appium/appium-uiautomator2-server/issues/618)) ([649e086](https://github.com/appium/appium-uiautomator2-server/commit/649e0864ee96fba3db07dccad0a09f5d54803f4d)) + ## [7.0.3](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.2...v7.0.3) (2024-03-04) diff --git a/app/build.gradle b/app/build.gradle index 2112cb7df..fa2331903 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,12 +19,12 @@ android { applicationId 'io.appium.uiautomator2' minSdkVersion 21 targetSdkVersion 34 - versionCode 165 + versionCode 166 archivesBaseName = 'appium-uiautomator2' /** * versionName should be updated and inline with version in package.json for every npm release. */ - versionName '7.0.3' + versionName '7.0.4' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' } buildTypes { diff --git a/package.json b/package.json index c32393a71..f74741a01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-uiautomator2-server", - "version": "7.0.3", + "version": "7.0.4", "description": "A netty server with uiautomator2 handlers", "main": "index.js", "repository": {