File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
7
## [ 7.1.5] ( https://github.com/appium/appium-uiautomator2-server/compare/v7.1.4...v7.1.5 ) (2024-11-21)
2
8
3
9
### Miscellaneous Chores
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ android {
19
19
applicationId ' io.appium.uiautomator2'
20
20
minSdkVersion 21
21
21
targetSdkVersion 34
22
- versionCode 196
22
+ versionCode 197
23
23
archivesBaseName = ' appium-uiautomator2'
24
24
/**
25
25
* versionName should be updated and inline with version in package.json for every npm release.
26
26
*/
27
- versionName ' 7.1.5 '
27
+ versionName ' 7.1.6 '
28
28
testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
29
29
}
30
30
buildTypes {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " appium-uiautomator2-server" ,
3
- "version" : " 7.1.5 " ,
3
+ "version" : " 7.1.6 " ,
4
4
"description" : " A netty server with uiautomator2 handlers" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments