diff --git a/CHANGELOG.md b/CHANGELOG.md index 61c457665..a76fcdb4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [7.0.8](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.7...v7.0.8) (2024-05-16) + + +### Miscellaneous Chores + +* Update dev dependencies ([e0e7cad](https://github.com/appium/appium-uiautomator2-server/commit/e0e7cad7c100f0ddb4a68930ef6bb33404e16457)) + ## [7.0.7](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.6...v7.0.7) (2024-05-04) diff --git a/app/build.gradle b/app/build.gradle index 23594f3df..15fc632c5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,12 +19,12 @@ android { applicationId 'io.appium.uiautomator2' minSdkVersion 21 targetSdkVersion 34 - versionCode 169 + versionCode 170 archivesBaseName = 'appium-uiautomator2' /** * versionName should be updated and inline with version in package.json for every npm release. */ - versionName '7.0.7' + versionName '7.0.8' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' } buildTypes { diff --git a/package.json b/package.json index ce5ae5a46..4e5e37b1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-uiautomator2-server", - "version": "7.0.7", + "version": "7.0.8", "description": "A netty server with uiautomator2 handlers", "main": "index.js", "repository": {