From 5f13ae4f283fa53f6ef2ec5336950ce63d006146 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 2 Nov 2024 02:28:51 +0000 Subject: [PATCH] chore(release): 7.1.2 [skip ci] ## [7.1.2](https://github.com/appium/appium-uiautomator2-server/compare/v7.1.1...v7.1.2) (2024-11-02) ### Miscellaneous Chores * **deps:** bump com.android.tools.build:gradle in /app ([#668](https://github.com/appium/appium-uiautomator2-server/issues/668)) ([fda3fe0](https://github.com/appium/appium-uiautomator2-server/commit/fda3fe04235baed449dc671e1d0109c2cd3c7c33)) --- 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 8a452e43..f90e6d91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [7.1.2](https://github.com/appium/appium-uiautomator2-server/compare/v7.1.1...v7.1.2) (2024-11-02) + +### Miscellaneous Chores + +* **deps:** bump com.android.tools.build:gradle in /app ([#668](https://github.com/appium/appium-uiautomator2-server/issues/668)) ([fda3fe0](https://github.com/appium/appium-uiautomator2-server/commit/fda3fe04235baed449dc671e1d0109c2cd3c7c33)) + ## [7.1.1](https://github.com/appium/appium-uiautomator2-server/compare/v7.1.0...v7.1.1) (2024-10-15) ### Miscellaneous Chores diff --git a/app/build.gradle b/app/build.gradle index 6b59be5c..a7d2d2dc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,12 +19,12 @@ android { applicationId 'io.appium.uiautomator2' minSdkVersion 21 targetSdkVersion 34 - versionCode 192 + versionCode 193 archivesBaseName = 'appium-uiautomator2' /** * versionName should be updated and inline with version in package.json for every npm release. */ - versionName '7.1.1' + versionName '7.1.2' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' } buildTypes { diff --git a/package.json b/package.json index cc805a54..f44745ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-uiautomator2-server", - "version": "7.1.1", + "version": "7.1.2", "description": "A netty server with uiautomator2 handlers", "main": "index.js", "repository": {