Skip to content

Commit

Permalink
2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mykola Mokhnach committed Oct 16, 2018
1 parent e74b6fe commit c87cb0e
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
Expand Up @@ -21,12 +21,12 @@ android {
applicationId 'io.appium.uiautomator2'
minSdkVersion 21
targetSdkVersion 24
versionCode 15
versionCode 16
archivesBaseName = 'appium-uiautomator2'
/**
* versionName should be updated and inline with version in package.json for every npm release.
*/
versionName '2.2.0'
versionName '2.2.1'
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
}
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "appium-uiautomator2-server",
"version": "2.2.0",
"version": "2.2.1",
"description": "A netty server with uiautomator2 handlers",
"main": "index.js",
"windowsBuildDir": "c:/tmp",
Expand Down

0 comments on commit c87cb0e

Please sign in to comment.