Skip to content

Commit

Permalink
chore(release): 7.0.9 [skip ci]
Browse files Browse the repository at this point in the history
## [7.0.9](v7.0.8...v7.0.9) (2024-05-20)

### Miscellaneous Chores

* **deps:** bump com.google.code.gson:gson in /app ([#637](#637)) ([4ee9449](4ee9449))
* **deps:** bump org.robolectric:robolectric in /app ([#636](#636)) ([6bdcd84](6bdcd84))
  • Loading branch information
semantic-release-bot committed May 20, 2024
1 parent 4ee9449 commit 9a869e0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [7.0.9](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.8...v7.0.9) (2024-05-20)


### Miscellaneous Chores

* **deps:** bump com.google.code.gson:gson in /app ([#637](https://github.com/appium/appium-uiautomator2-server/issues/637)) ([4ee9449](https://github.com/appium/appium-uiautomator2-server/commit/4ee9449895e73cabb9ad96bf03d44408b936a3e5))
* **deps:** bump org.robolectric:robolectric in /app ([#636](https://github.com/appium/appium-uiautomator2-server/issues/636)) ([6bdcd84](https://github.com/appium/appium-uiautomator2-server/commit/6bdcd84a38f79f990fe97b0038017eeb80533279))

## [7.0.8](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.7...v7.0.8) (2024-05-16)


Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ android {
applicationId 'io.appium.uiautomator2'
minSdkVersion 21
targetSdkVersion 34
versionCode 170
versionCode 171
archivesBaseName = 'appium-uiautomator2'
/**
* versionName should be updated and inline with version in package.json for every npm release.
*/
versionName '7.0.8'
versionName '7.0.9'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "appium-uiautomator2-server",
"version": "7.0.8",
"version": "7.0.9",
"description": "A netty server with uiautomator2 handlers",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 9a869e0

Please sign in to comment.