From e3ae2b296f6ddec45f4f71346cbca7035a39ada8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 2 Dec 2023 20:58:11 +0000 Subject: [PATCH] chore(release): 5.12.17 [skip ci] ## [5.12.17](https://github.com/appium/appium-uiautomator2-server/compare/v5.12.16...v5.12.17) (2023-12-02) ### Miscellaneous Chores * **deps:** bump com.android.tools.build:gradle in /app ([#576](https://github.com/appium/appium-uiautomator2-server/issues/576)) ([c6a06d5](https://github.com/appium/appium-uiautomator2-server/commit/c6a06d530bdca710e31c7cc48aceef995c994f02)) --- 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 f364e6678..5a45d1431 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.12.17](https://github.com/appium/appium-uiautomator2-server/compare/v5.12.16...v5.12.17) (2023-12-02) + + +### Miscellaneous Chores + +* **deps:** bump com.android.tools.build:gradle in /app ([#576](https://github.com/appium/appium-uiautomator2-server/issues/576)) ([c6a06d5](https://github.com/appium/appium-uiautomator2-server/commit/c6a06d530bdca710e31c7cc48aceef995c994f02)) + ## [5.12.16](https://github.com/appium/appium-uiautomator2-server/compare/v5.12.15...v5.12.16) (2023-11-01) diff --git a/app/build.gradle b/app/build.gradle index cae1b1590..5c509c2d7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,12 +19,12 @@ android { applicationId 'io.appium.uiautomator2' minSdkVersion 21 targetSdkVersion 30 - versionCode 143 + versionCode 144 archivesBaseName = 'appium-uiautomator2' /** * versionName should be updated and inline with version in package.json for every npm release. */ - versionName '5.12.16' + versionName '5.12.17' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' } buildTypes { diff --git a/package.json b/package.json index cbe8a1adf..62d765f25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-uiautomator2-server", - "version": "5.12.16", + "version": "5.12.17", "description": "A netty server with uiautomator2 handlers", "main": "index.js", "repository": {