From 227a07f6c916ba5741a9a96efa8645e94b1f4066 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 21 Nov 2024 19:03:17 +0000 Subject: [PATCH] chore(release): 7.1.5 [skip ci] ## [7.1.5](https://github.com/appium/appium-uiautomator2-server/compare/v7.1.4...v7.1.5) (2024-11-21) ### Miscellaneous Chores * **deps:** bump org.robolectric:robolectric in /app ([#672](https://github.com/appium/appium-uiautomator2-server/issues/672)) ([7f2208c](https://github.com/appium/appium-uiautomator2-server/commit/7f2208cf6aa9b64b6eb899a158ec32d8655893c8)) --- 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 9ac89678..1185279d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [7.1.5](https://github.com/appium/appium-uiautomator2-server/compare/v7.1.4...v7.1.5) (2024-11-21) + +### Miscellaneous Chores + +* **deps:** bump org.robolectric:robolectric in /app ([#672](https://github.com/appium/appium-uiautomator2-server/issues/672)) ([7f2208c](https://github.com/appium/appium-uiautomator2-server/commit/7f2208cf6aa9b64b6eb899a158ec32d8655893c8)) + ## [7.1.4](https://github.com/appium/appium-uiautomator2-server/compare/v7.1.3...v7.1.4) (2024-11-18) ### Miscellaneous Chores diff --git a/app/build.gradle b/app/build.gradle index d23de432..802f4e8a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,12 +19,12 @@ android { applicationId 'io.appium.uiautomator2' minSdkVersion 21 targetSdkVersion 34 - versionCode 195 + versionCode 196 archivesBaseName = 'appium-uiautomator2' /** * versionName should be updated and inline with version in package.json for every npm release. */ - versionName '7.1.4' + versionName '7.1.5' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' } buildTypes { diff --git a/package.json b/package.json index 60ecdd48..534a24f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-uiautomator2-server", - "version": "7.1.4", + "version": "7.1.5", "description": "A netty server with uiautomator2 handlers", "main": "index.js", "repository": {