From 5c2d75e69ee563818b9e98df28a1aeb44c1e87cb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 3 Oct 2024 07:44:58 +0000 Subject: [PATCH] chore(release): 7.0.28 [skip ci] ## [7.0.28](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.27...v7.0.28) (2024-10-03) ### Miscellaneous Chores * **deps:** bump com.android.tools.build:gradle in /app ([#664](https://github.com/appium/appium-uiautomator2-server/issues/664)) ([51ea65a](https://github.com/appium/appium-uiautomator2-server/commit/51ea65ae11de9f86d1fb0d164c96f830048eb917)) --- 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 0f5dd11a..56684989 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [7.0.28](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.27...v7.0.28) (2024-10-03) + +### Miscellaneous Chores + +* **deps:** bump com.android.tools.build:gradle in /app ([#664](https://github.com/appium/appium-uiautomator2-server/issues/664)) ([51ea65a](https://github.com/appium/appium-uiautomator2-server/commit/51ea65ae11de9f86d1fb0d164c96f830048eb917)) + ## [7.0.27](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.26...v7.0.27) (2024-09-19) ### Bug Fixes diff --git a/app/build.gradle b/app/build.gradle index 63af54ec..62f35005 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,12 +19,12 @@ android { applicationId 'io.appium.uiautomator2' minSdkVersion 21 targetSdkVersion 34 - versionCode 189 + versionCode 190 archivesBaseName = 'appium-uiautomator2' /** * versionName should be updated and inline with version in package.json for every npm release. */ - versionName '7.0.27' + versionName '7.0.28' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' } buildTypes { diff --git a/package.json b/package.json index 94bffc90..bb450657 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-uiautomator2-server", - "version": "7.0.27", + "version": "7.0.28", "description": "A netty server with uiautomator2 handlers", "main": "index.js", "repository": {