From 50066dfc2f1435e53a364589a20d143561e9cb0d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 23 Dec 2023 00:05:18 +0000 Subject: [PATCH] chore(release): 5.12.18 [skip ci] ## [5.12.18](https://github.com/appium/appium-uiautomator2-server/compare/v5.12.17...v5.12.18) (2023-12-23) ### Miscellaneous Chores * **deps:** bump com.github.vbmacher:java-cup-runtime in /app ([#581](https://github.com/appium/appium-uiautomator2-server/issues/581)) ([49965bd](https://github.com/appium/appium-uiautomator2-server/commit/49965bd650c719194667460b168d278621d1d6eb)) --- 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 5a45d1431..75f89814b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.12.18](https://github.com/appium/appium-uiautomator2-server/compare/v5.12.17...v5.12.18) (2023-12-23) + + +### Miscellaneous Chores + +* **deps:** bump com.github.vbmacher:java-cup-runtime in /app ([#581](https://github.com/appium/appium-uiautomator2-server/issues/581)) ([49965bd](https://github.com/appium/appium-uiautomator2-server/commit/49965bd650c719194667460b168d278621d1d6eb)) + ## [5.12.17](https://github.com/appium/appium-uiautomator2-server/compare/v5.12.16...v5.12.17) (2023-12-02) diff --git a/app/build.gradle b/app/build.gradle index c081bc4a7..3aa5e4c71 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,12 +19,12 @@ android { applicationId 'io.appium.uiautomator2' minSdkVersion 21 targetSdkVersion 30 - versionCode 144 + versionCode 145 archivesBaseName = 'appium-uiautomator2' /** * versionName should be updated and inline with version in package.json for every npm release. */ - versionName '5.12.17' + versionName '5.12.18' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' } buildTypes { diff --git a/package.json b/package.json index 62d765f25..131307f12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-uiautomator2-server", - "version": "5.12.17", + "version": "5.12.18", "description": "A netty server with uiautomator2 handlers", "main": "index.js", "repository": {