From 1b0563a1d72a442602083c3121bac8fca4ca1fd8 Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Mon, 25 Dec 2023 17:06:41 -0800 Subject: [PATCH 1/2] feat: bump targetSdkVersion from 30 to 31, and to 32 (#582) --- app/build.gradle | 4 ++-- app/src/main/AndroidManifest.xml | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 3aa5e4c71..46e39eb07 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,11 +14,11 @@ apply plugin: 'com.android.application' apply plugin: 'de.mobilej.unmock' android { - compileSdk 30 + compileSdk 32 defaultConfig { applicationId 'io.appium.uiautomator2' minSdkVersion 21 - targetSdkVersion 30 + targetSdkVersion 32 versionCode 145 archivesBaseName = 'appium-uiautomator2' /** diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 7587d5c77..e08d7618d 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -13,7 +13,9 @@ - + + From 1a1d473fd2cae7b91dd30e2d2201f2afa078bf94 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 26 Dec 2023 01:08:28 +0000 Subject: [PATCH 2/2] chore(release): 5.13.0 [skip ci] ## [5.13.0](https://github.com/appium/appium-uiautomator2-server/compare/v5.12.18...v5.13.0) (2023-12-26) ### Features * bump targetSdkVersion from 30 to 31, and to 32 ([#582](https://github.com/appium/appium-uiautomator2-server/issues/582)) ([1b0563a](https://github.com/appium/appium-uiautomator2-server/commit/1b0563a1d72a442602083c3121bac8fca4ca1fd8)) --- 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 75f89814b..81aaf57f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.13.0](https://github.com/appium/appium-uiautomator2-server/compare/v5.12.18...v5.13.0) (2023-12-26) + + +### Features + +* bump targetSdkVersion from 30 to 31, and to 32 ([#582](https://github.com/appium/appium-uiautomator2-server/issues/582)) ([1b0563a](https://github.com/appium/appium-uiautomator2-server/commit/1b0563a1d72a442602083c3121bac8fca4ca1fd8)) + ## [5.12.18](https://github.com/appium/appium-uiautomator2-server/compare/v5.12.17...v5.12.18) (2023-12-23) diff --git a/app/build.gradle b/app/build.gradle index 46e39eb07..3045c9ff7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,12 +19,12 @@ android { applicationId 'io.appium.uiautomator2' minSdkVersion 21 targetSdkVersion 32 - versionCode 145 + versionCode 146 archivesBaseName = 'appium-uiautomator2' /** * versionName should be updated and inline with version in package.json for every npm release. */ - versionName '5.12.18' + versionName '5.13.0' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' } buildTypes { diff --git a/package.json b/package.json index 131307f12..c5dfad696 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-uiautomator2-server", - "version": "5.12.18", + "version": "5.13.0", "description": "A netty server with uiautomator2 handlers", "main": "index.js", "repository": {