Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lkorth committed Nov 6, 2016
1 parent 06fe4d4 commit 4da4f17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
1 change: 1 addition & 0 deletions DeviceAutomator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ dependencies {
task javadocs(type: Javadoc) {
source = android.sourceSets.main.java.srcDirs
classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
failOnError false
}

task javadocsJar(type: Jar, dependsOn: javadocs) {
Expand Down
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,13 @@ interacting with the application - locating UI elements and interacting with the

### Download device-automator

device-automator is in an early state of development and is available via [JitPack](https://jitpack.io).

Add the following to your repositories in your `build.gradle` file:

```groovy
repositories {
// ...
maven { url "https://jitpack.io" }
}
```
device-automator is in an early state of development, but is available on Maven.

Add the dependency in your `build.gradle` file:

```groovy
dependencies {
androidTestCompile 'com.github.lkorth:device-automator:master-SNAPSHOT'
androidTestCompile 'com.lukekorth:device-automator:0.1.0'
}
```

Expand Down

0 comments on commit 4da4f17

Please sign in to comment.