Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lkorth committed Apr 19, 2017
1 parent 9074c95 commit 2c61efe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DeviceAutomator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
minSdkVersion 18
targetSdkVersion 25
versionCode 3
versionName '0.1.2'
versionName '0.2.0'

testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add the dependency in your `build.gradle` file:

```groovy
dependencies {
androidTestCompile 'com.lukekorth:device-automator:0.1.2'
androidTestCompile 'com.lukekorth:device-automator:0.2.0'
}
```

Expand Down

0 comments on commit 2c61efe

Please sign in to comment.