Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/gradle/app/androidx.test-runner…
Browse files Browse the repository at this point in the history
…-1.6.1
  • Loading branch information
KazuCocoa authored Jun 28, 2024
2 parents f1bb4ec + c5651b1 commit 227774b
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.0.16](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.15...v7.0.16) (2024-06-27)

### Miscellaneous Chores

* **deps:** bump androidx.test:core from 1.6.0 to 1.6.1 in /app ([#651](https://github.com/appium/appium-uiautomator2-server/issues/651)) ([149680b](https://github.com/appium/appium-uiautomator2-server/commit/149680b6923cab0a76dd394006b2ed78da0fc8fa))
* **deps:** bump androidx.test.ext:junit from 1.2.0 to 1.2.1 in /app ([#650](https://github.com/appium/appium-uiautomator2-server/issues/650)) ([5564ccd](https://github.com/appium/appium-uiautomator2-server/commit/5564ccd96f3bb425f26f18c8bd0156c5fd0fdbbe))

## [7.0.15](https://github.com/appium/appium-uiautomator2-server/compare/v7.0.14...v7.0.15) (2024-06-25)

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

0 comments on commit 227774b

Please sign in to comment.