Skip to content

Commit

Permalink
chore(release): 7.1.6 [skip ci]
Browse files Browse the repository at this point in the history
## [7.1.6](v7.1.5...v7.1.6) (2024-12-03)

### Miscellaneous Chores

* **deps:** bump com.android.tools.build:gradle in /app ([#673](#673)) ([38530f4](38530f4))
  • Loading branch information
semantic-release-bot committed Dec 3, 2024
1 parent 38530f4 commit b769dff
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.1.6](https://github.com/appium/appium-uiautomator2-server/compare/v7.1.5...v7.1.6) (2024-12-03)

### Miscellaneous Chores

* **deps:** bump com.android.tools.build:gradle in /app ([#673](https://github.com/appium/appium-uiautomator2-server/issues/673)) ([38530f4](https://github.com/appium/appium-uiautomator2-server/commit/38530f49b3cfabe306ae5d8dca35474d938fb9c5))

## [7.1.5](https://github.com/appium/appium-uiautomator2-server/compare/v7.1.4...v7.1.5) (2024-11-21)

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

0 comments on commit b769dff

Please sign in to comment.