From 17956721dc7c82b8f61958876c1f8736ded52dfa Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 12 Jul 2024 16:31:33 +0000 Subject: [PATCH] chore(release): 7.0.20 [skip ci] ## [7.0.20](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.19...v7.0.20) (2024-07-12) ### Miscellaneous Chores * **deps:** bump com.android.tools.build:gradle in /app ([#656](https://github.com/appium/appium-uiautomator2-server/issues/656)) ([e128df3](https://github.com/appium/appium-uiautomator2-server/commit/e128df3613b4f0c767afc617e2d1ab73068add5f)) --- CHANGELOG.md | 6 ++++++ app/build.gradle | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 086ae7cb..933c764e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [7.0.20](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.19...v7.0.20) (2024-07-12) + +### Miscellaneous Chores + +* **deps:** bump com.android.tools.build:gradle in /app ([#656](https://github.com/appium/appium-uiautomator2-server/issues/656)) ([e128df3](https://github.com/appium/appium-uiautomator2-server/commit/e128df3613b4f0c767afc617e2d1ab73068add5f)) + ## [7.0.19](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.18...v7.0.19) (2024-07-09) ### Miscellaneous Chores diff --git a/app/build.gradle b/app/build.gradle index 6ae0a7c3..a519ac67 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,12 +19,12 @@ android { applicationId 'io.appium.uiautomator2' minSdkVersion 21 targetSdkVersion 34 - versionCode 181 + versionCode 182 archivesBaseName = 'appium-uiautomator2' /** * versionName should be updated and inline with version in package.json for every npm release. */ - versionName '7.0.19' + versionName '7.0.20' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' } buildTypes { diff --git a/package.json b/package.json index 90ef129d..9872d83e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-uiautomator2-server", - "version": "7.0.19", + "version": "7.0.20", "description": "A netty server with uiautomator2 handlers", "main": "index.js", "repository": {