From d956487fcd74b4e360652e4cd3f1bc1bc530667d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 3 Sep 2024 20:07:39 +0000 Subject: [PATCH] chore(release): 7.0.25 [skip ci] ## [7.0.25](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.24...v7.0.25) (2024-09-03) ### Miscellaneous Chores * **deps:** bump com.android.tools.build:gradle in /app ([#660](https://github.com/appium/appium-uiautomator2-server/issues/660)) ([73782b2](https://github.com/appium/appium-uiautomator2-server/commit/73782b2651172d9a249b20fdf14591c2e8e7bd65)) --- 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 a83d2b2b..b7d92d98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [7.0.25](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.24...v7.0.25) (2024-09-03) + +### Miscellaneous Chores + +* **deps:** bump com.android.tools.build:gradle in /app ([#660](https://github.com/appium/appium-uiautomator2-server/issues/660)) ([73782b2](https://github.com/appium/appium-uiautomator2-server/commit/73782b2651172d9a249b20fdf14591c2e8e7bd65)) + ## [7.0.24](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.23...v7.0.24) (2024-09-03) ### Bug Fixes diff --git a/app/build.gradle b/app/build.gradle index cbc84153..37506781 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,12 +19,12 @@ android { applicationId 'io.appium.uiautomator2' minSdkVersion 21 targetSdkVersion 34 - versionCode 186 + versionCode 187 archivesBaseName = 'appium-uiautomator2' /** * versionName should be updated and inline with version in package.json for every npm release. */ - versionName '7.0.24' + versionName '7.0.25' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' } buildTypes { diff --git a/package.json b/package.json index 2340b0cf..6d4cf99a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-uiautomator2-server", - "version": "7.0.24", + "version": "7.0.25", "description": "A netty server with uiautomator2 handlers", "main": "index.js", "repository": {