From 415e86d08b9552540536135303f96b7c9d30e890 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 4 May 2024 06:29:13 +0000 Subject: [PATCH] chore(release): 7.0.7 [skip ci] ## [7.0.7](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.6...v7.0.7) (2024-05-04) ### Miscellaneous Chores * **deps:** bump com.android.tools.build:gradle in /app ([#631](https://github.com/appium/appium-uiautomator2-server/issues/631)) ([5bc5108](https://github.com/appium/appium-uiautomator2-server/commit/5bc5108244ba1bf2e3f2f91458aa1c443a4d0375)) --- CHANGELOG.md | 7 +++++++ app/build.gradle | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e9aed671..61c457665 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [7.0.7](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.6...v7.0.7) (2024-05-04) + + +### Miscellaneous Chores + +* **deps:** bump com.android.tools.build:gradle in /app ([#631](https://github.com/appium/appium-uiautomator2-server/issues/631)) ([5bc5108](https://github.com/appium/appium-uiautomator2-server/commit/5bc5108244ba1bf2e3f2f91458aa1c443a4d0375)) + ## [7.0.6](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.5...v7.0.6) (2024-05-04) diff --git a/app/build.gradle b/app/build.gradle index 7604028c3..23594f3df 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,12 +19,12 @@ android { applicationId 'io.appium.uiautomator2' minSdkVersion 21 targetSdkVersion 34 - versionCode 168 + versionCode 169 archivesBaseName = 'appium-uiautomator2' /** * versionName should be updated and inline with version in package.json for every npm release. */ - versionName '7.0.6' + versionName '7.0.7' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' } buildTypes { diff --git a/package.json b/package.json index 90f385374..6e591167b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-uiautomator2-server", - "version": "7.0.6", + "version": "7.0.7", "description": "A netty server with uiautomator2 handlers", "main": "index.js", "repository": {