From 09b4eea3832459ff52e870f54e3e437ce0b3ed65 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 14 Jun 2024 16:19:47 +0000 Subject: [PATCH] chore(release): 7.0.11 [skip ci] ## [7.0.11](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.10...v7.0.11) (2024-06-14) ### Miscellaneous Chores * **deps:** bump com.android.tools.build:gradle in /app ([#643](https://github.com/appium/appium-uiautomator2-server/issues/643)) ([ad1a9a7](https://github.com/appium/appium-uiautomator2-server/commit/ad1a9a7e70670f1367791ff8fd0af621bcb347d7)) --- 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 827fc4b2..5bcbae84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [7.0.11](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.10...v7.0.11) (2024-06-14) + +### Miscellaneous Chores + +* **deps:** bump com.android.tools.build:gradle in /app ([#643](https://github.com/appium/appium-uiautomator2-server/issues/643)) ([ad1a9a7](https://github.com/appium/appium-uiautomator2-server/commit/ad1a9a7e70670f1367791ff8fd0af621bcb347d7)) + ## [7.0.10](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.9...v7.0.10) (2024-06-04) ### Miscellaneous Chores diff --git a/app/build.gradle b/app/build.gradle index 22b8ebc2..f6f3cd9a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,12 +19,12 @@ android { applicationId 'io.appium.uiautomator2' minSdkVersion 21 targetSdkVersion 34 - versionCode 172 + versionCode 173 archivesBaseName = 'appium-uiautomator2' /** * versionName should be updated and inline with version in package.json for every npm release. */ - versionName '7.0.10' + versionName '7.0.11' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' } buildTypes { diff --git a/package.json b/package.json index fb3fff83..6a136a84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-uiautomator2-server", - "version": "7.0.10", + "version": "7.0.11", "description": "A netty server with uiautomator2 handlers", "main": "index.js", "repository": {