Skip to content

Commit

Permalink
chore(release): 7.1.4 [skip ci]
Browse files Browse the repository at this point in the history
## [7.1.4](v7.1.3...v7.1.4) (2024-11-18)

### Miscellaneous Chores

* **deps:** bump com.github.bjoernq:unmockplugin in /app ([#670](#670)) ([3b51bb7](3b51bb7))
* **deps:** bump net.gcardone.junidecode:junidecode in /app ([#671](#671)) ([b58e16f](b58e16f))
  • Loading branch information
semantic-release-bot committed Nov 18, 2024
1 parent b58e16f commit 7d9dcc0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [7.1.4](https://github.com/appium/appium-uiautomator2-server/compare/v7.1.3...v7.1.4) (2024-11-18)

### Miscellaneous Chores

* **deps:** bump com.github.bjoernq:unmockplugin in /app ([#670](https://github.com/appium/appium-uiautomator2-server/issues/670)) ([3b51bb7](https://github.com/appium/appium-uiautomator2-server/commit/3b51bb7f4027b746870418e79bdaae4f50cc9226))
* **deps:** bump net.gcardone.junidecode:junidecode in /app ([#671](https://github.com/appium/appium-uiautomator2-server/issues/671)) ([b58e16f](https://github.com/appium/appium-uiautomator2-server/commit/b58e16f4540ace584acc3c79af3ab3e9ce51b1d4))

## [7.1.3](https://github.com/appium/appium-uiautomator2-server/compare/v7.1.2...v7.1.3) (2024-11-15)

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

0 comments on commit 7d9dcc0

Please sign in to comment.