Skip to content

Commit

Permalink
4.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Jul 4, 2021
1 parent 98ea07d commit 4f7a273
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ android {
applicationId 'io.appium.uiautomator2'
minSdkVersion 21
targetSdkVersion 28
versionCode 89
versionCode 90
archivesBaseName = 'appium-uiautomator2'
/**
* versionName should be updated and inline with version in package.json for every npm release.
*/
versionName '4.23.0'
versionName '4.23.1'
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": "4.23.0",
"version": "4.23.1",
"description": "A netty server with uiautomator2 handlers",
"main": "index.js",
"windowsBuildDir": "c:/tmp",
Expand Down

0 comments on commit 4f7a273

Please sign in to comment.