Skip to content

Commit b769dff

Browse files
chore(release): 7.1.6 [skip ci]
## [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))
1 parent 38530f4 commit b769dff

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [7.1.6](https://github.com/appium/appium-uiautomator2-server/compare/v7.1.5...v7.1.6) (2024-12-03)
2+
3+
### Miscellaneous Chores
4+
5+
* **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))
6+
17
## [7.1.5](https://github.com/appium/appium-uiautomator2-server/compare/v7.1.4...v7.1.5) (2024-11-21)
28

39
### Miscellaneous Chores

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ android {
1919
applicationId 'io.appium.uiautomator2'
2020
minSdkVersion 21
2121
targetSdkVersion 34
22-
versionCode 196
22+
versionCode 197
2323
archivesBaseName = 'appium-uiautomator2'
2424
/**
2525
* versionName should be updated and inline with version in package.json for every npm release.
2626
*/
27-
versionName '7.1.5'
27+
versionName '7.1.6'
2828
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
2929
}
3030
buildTypes {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appium-uiautomator2-server",
3-
"version": "7.1.5",
3+
"version": "7.1.6",
44
"description": "A netty server with uiautomator2 handlers",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)