Skip to content

Commit

Permalink
chore(release): 7.0.26 [skip ci]
Browse files Browse the repository at this point in the history
## [7.0.26](v7.0.25...v7.0.26) (2024-09-18)

### Miscellaneous Chores

* **deps:** bump com.android.tools.build:gradle in /app ([#662](#662)) ([3baa6b7](3baa6b7))
  • Loading branch information
semantic-release-bot committed Sep 18, 2024
1 parent 3baa6b7 commit 0ed07bd
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.26](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.25...v7.0.26) (2024-09-18)

### Miscellaneous Chores

* **deps:** bump com.android.tools.build:gradle in /app ([#662](https://github.com/appium/appium-uiautomator2-server/issues/662)) ([3baa6b7](https://github.com/appium/appium-uiautomator2-server/commit/3baa6b7d38cc10083db15785d87a71f23bc31d5e))

## [7.0.25](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.24...v7.0.25) (2024-09-03)

### Miscellaneous Chores
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 187
versionCode 188
archivesBaseName = 'appium-uiautomator2'
/**
* versionName should be updated and inline with version in package.json for every npm release.
*/
versionName '7.0.25'
versionName '7.0.26'
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.25",
"version": "7.0.26",
"description": "A netty server with uiautomator2 handlers",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 0ed07bd

Please sign in to comment.