Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lkorth committed Sep 18, 2020
1 parent 962a773 commit 8cfb90c
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 = '1.0.0-SNAPSHOT'
version = '1.1.0'

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

Expand Down

0 comments on commit 8cfb90c

Please sign in to comment.