Skip to content

Commit

Permalink
chore(release): 7.0.28 [skip ci]
Browse files Browse the repository at this point in the history
## [7.0.28](v7.0.27...v7.0.28) (2024-10-03)

### Miscellaneous Chores

* **deps:** bump com.android.tools.build:gradle in /app ([#664](#664)) ([51ea65a](51ea65a))
  • Loading branch information
semantic-release-bot committed Oct 3, 2024
1 parent 51ea65a commit 5c2d75e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [7.0.28](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.27...v7.0.28) (2024-10-03)

### Miscellaneous Chores

* **deps:** bump com.android.tools.build:gradle in /app ([#664](https://github.com/appium/appium-uiautomator2-server/issues/664)) ([51ea65a](https://github.com/appium/appium-uiautomator2-server/commit/51ea65ae11de9f86d1fb0d164c96f830048eb917))

## [7.0.27](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.26...v7.0.27) (2024-09-19)

### Bug Fixes
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 189
versionCode 190
archivesBaseName = 'appium-uiautomator2'
/**
* versionName should be updated and inline with version in package.json for every npm release.
*/
versionName '7.0.27'
versionName '7.0.28'
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.27",
"version": "7.0.28",
"description": "A netty server with uiautomator2 handlers",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 5c2d75e

Please sign in to comment.