Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lkorth committed Aug 10, 2017
1 parent 836b386 commit 4a45fbb
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 @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'maven'
apply plugin: 'signing'

version = '0.2.1-SNAPSHOT'
version = '0.3.0'

android {
compileSdkVersion 26
Expand All @@ -11,7 +11,7 @@ android {
defaultConfig {
minSdkVersion 18
targetSdkVersion 26
versionCode 3
versionCode 4
versionName version

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 @@ -18,7 +18,7 @@ Add the dependency in your `build.gradle` file:

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

Expand Down

0 comments on commit 4a45fbb

Please sign in to comment.