Skip to content

Commit

Permalink
Release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lkorth committed Mar 30, 2017
1 parent 9075a34 commit e7f956b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DeviceAutomator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion 18
targetSdkVersion 25
versionCode 2
versionName '0.1.1'
versionCode 3
versionName '0.1.2'

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.1'
androidTestCompile 'com.lukekorth:device-automator:0.1.2'
}
```

Expand Down

0 comments on commit e7f956b

Please sign in to comment.