Skip to content

Commit

Permalink
Prepare for release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cckroets committed Feb 11, 2021
1 parent e22c883 commit 54b4519
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## Version 2.2.0 (2021-02-10)

- Moved artifact publishing from JCenter to Maven Central [#109](https://github.com/linkedin/test-butler/pull/109)

## Version 2.1.1 (2020-11-10)

- Increase timeout for TestButler service binding to avoid timeouts on some API levels [#106](https://github.com/linkedin/test-butler/pull/106)
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,21 +55,21 @@ Download the latest .apk and .aar via Maven:
<dependency>
<groupId>com.linkedin.testbutler</groupId>
<artifactId>test-butler-library</artifactId>
<version>2.1.1</version>
<version>2.2.0</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>com.linkedin.testbutler</groupId>
<artifactId>test-butler-app</artifactId>
<version>2.1.1</version>
<version>2.2.0</version>
<type>pom</type>
</dependency>
```

or Gradle:
```
androidTestImplementation 'com.linkedin.testbutler:test-butler-library:2.1.1'
androidTestUtil 'com.linkedin.testbutler:test-butler-app:2.1.1'
androidTestImplementation 'com.linkedin.testbutler:test-butler-library:2.2.0'
androidTestUtil 'com.linkedin.testbutler:test-butler-app:2.2.0'
```

You can also download the apk file manually from [Bintray](https://bintray.com/linkedin/maven/test-butler-app/) if you prefer.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ org.gradle.daemon=false
android.useAndroidX=true

GROUP=com.linkedin.testbutler
VERSION_NAME=2.1.2-SNAPSHOT
VERSION_NAME=2.2.0

0 comments on commit 54b4519

Please sign in to comment.