Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lkorth committed Oct 12, 2018
1 parent b29d971 commit 907f685
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 @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'maven'
apply plugin: 'signing'

version = '0.3.1-SNAPSHOT'
version = '1.0.0'

android {
compileSdkVersion 28
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.3.0'
androidTestCompile 'com.lukekorth:device-automator:1.0.0'
}
```

Expand Down

0 comments on commit 907f685

Please sign in to comment.