diff --git a/CHANGELOG.md b/CHANGELOG.md index 56684989..c7a5bf48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [7.1.0](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.28...v7.1.0) (2024-10-05) + +### Features + +* bump gradle version ([#665](https://github.com/appium/appium-uiautomator2-server/issues/665)) ([8880618](https://github.com/appium/appium-uiautomator2-server/commit/888061856c80410853b2db3f6fd06efca65d3615)) + ## [7.0.28](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.27...v7.0.28) (2024-10-03) ### Miscellaneous Chores diff --git a/app/build.gradle b/app/build.gradle index fdb99a49..8f9a622b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,12 +19,12 @@ android { applicationId 'io.appium.uiautomator2' minSdkVersion 21 targetSdkVersion 34 - versionCode 190 + versionCode 191 archivesBaseName = 'appium-uiautomator2' /** * versionName should be updated and inline with version in package.json for every npm release. */ - versionName '7.0.28' + versionName '7.1.0' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' } buildTypes { diff --git a/package.json b/package.json index bb450657..157f875f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-uiautomator2-server", - "version": "7.0.28", + "version": "7.1.0", "description": "A netty server with uiautomator2 handlers", "main": "index.js", "repository": {