Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
Updated npm and build version
  • Loading branch information
sravanmedarapu authored Oct 18, 2016
2 parents 7e827c7 + 1255908 commit 3f645c9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
maven { url 'https://jitpack.io' }
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.0'
classpath 'com.android.tools.build:gradle:2.2.1'
classpath 'com.github.JakeWharton:sdk-manager-plugin:0ce4cdf08009d79223850a59959d9d6e774d0f77'
}
}
Expand All @@ -20,13 +20,16 @@ sdkManager {

android {
compileSdkVersion 23
buildToolsVersion "23.0.1"
buildToolsVersion '24.0.3'
defaultConfig {
applicationId "io.appium.uiautomator2"
minSdkVersion 19
targetSdkVersion 23
versionCode 1
versionName "1.0"
/**
* versionName should be updated and inline with version in package.json for every npm release.
*/
versionName "0.0.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.0'
classpath 'com.android.tools.build:gradle:2.2.1'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
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": "0.0.1",
"version": "0.0.2",
"description": "A netty server with uiautomator2 handlers",
"main": "index.js",
"windowsBuildDir":"c:/tmp",
Expand Down

0 comments on commit 3f645c9

Please sign in to comment.