diff --git a/CHANGELOG.md b/CHANGELOG.md index 933c764e..8dfe2b0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [7.0.21](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.20...v7.0.21) (2024-08-02) + +### Miscellaneous Chores + +* Replace fancy-log dependency with appium logger ([#657](https://github.com/appium/appium-uiautomator2-server/issues/657)) ([015c47a](https://github.com/appium/appium-uiautomator2-server/commit/015c47a134cff0d1e29e5d0907607ccbd6091d94)) + ## [7.0.20](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.19...v7.0.20) (2024-07-12) ### Miscellaneous Chores diff --git a/app/build.gradle b/app/build.gradle index a519ac67..41819605 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,12 +19,12 @@ android { applicationId 'io.appium.uiautomator2' minSdkVersion 21 targetSdkVersion 34 - versionCode 182 + versionCode 183 archivesBaseName = 'appium-uiautomator2' /** * versionName should be updated and inline with version in package.json for every npm release. */ - versionName '7.0.20' + versionName '7.0.21' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' } buildTypes { diff --git a/package.json b/package.json index 0a7d9b22..21e7a51e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-uiautomator2-server", - "version": "7.0.20", + "version": "7.0.21", "description": "A netty server with uiautomator2 handlers", "main": "index.js", "repository": {