From 0ed07bdd451f4498664c90980bb7f78914f9eae8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 18 Sep 2024 16:23:01 +0000 Subject: [PATCH] chore(release): 7.0.26 [skip ci] ## [7.0.26](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.25...v7.0.26) (2024-09-18) ### Miscellaneous Chores * **deps:** bump com.android.tools.build:gradle in /app ([#662](https://github.com/appium/appium-uiautomator2-server/issues/662)) ([3baa6b7](https://github.com/appium/appium-uiautomator2-server/commit/3baa6b7d38cc10083db15785d87a71f23bc31d5e)) --- 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 b7d92d98..1f67dabe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [7.0.26](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.25...v7.0.26) (2024-09-18) + +### Miscellaneous Chores + +* **deps:** bump com.android.tools.build:gradle in /app ([#662](https://github.com/appium/appium-uiautomator2-server/issues/662)) ([3baa6b7](https://github.com/appium/appium-uiautomator2-server/commit/3baa6b7d38cc10083db15785d87a71f23bc31d5e)) + ## [7.0.25](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.24...v7.0.25) (2024-09-03) ### Miscellaneous Chores diff --git a/app/build.gradle b/app/build.gradle index 850ac056..7865b966 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,12 +19,12 @@ android { applicationId 'io.appium.uiautomator2' minSdkVersion 21 targetSdkVersion 34 - versionCode 187 + versionCode 188 archivesBaseName = 'appium-uiautomator2' /** * versionName should be updated and inline with version in package.json for every npm release. */ - versionName '7.0.25' + versionName '7.0.26' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' } buildTypes { diff --git a/package.json b/package.json index 6d4cf99a..8547185a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-uiautomator2-server", - "version": "7.0.25", + "version": "7.0.26", "description": "A netty server with uiautomator2 handlers", "main": "index.js", "repository": {