Skip to content
This repository has been archived by the owner on Jul 25, 2019. It is now read-only.

Commit

Permalink
Bump to 1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
austintaylor committed Feb 27, 2018
1 parent 0f4f943 commit 9e0eb2f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## master

## 1.2.7
* Update okhttp to 3.10.0 (fixes "Expected ':status' header not present" error)

## 1.2.6
* Update for SDK 26

Expand Down
2 changes: 1 addition & 1 deletion UserVoiceSDK/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ uploadArchives {
repositories.mavenDeployer {
pom.groupId = 'com.uservoice'
pom.artifactId = 'uservoice-android-sdk'
pom.version = '1.2.6'
pom.version = '1.2.7'
// Add other pom properties here if you want (developer details / licenses)
repository(url: "file:///Users/austin/tmp/")
}
Expand Down
2 changes: 1 addition & 1 deletion UserVoiceSDK/src/com/uservoice/uservoicesdk/UserVoice.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ public static void track(Context context, String event) {
}

public static String getVersion() {
return "1.2.6";
return "1.2.7";
}
}

2 comments on commit 9e0eb2f

@jamerlan
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! Thanks for the fixes!
When do you plan to update jcenter? https://jcenter.bintray.com/com/uservoice/uservoice-android-sdk/

@austintaylor
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jamerlan Ah, yeah I didn't upload them to the right place. They are there now. Thanks!

Please sign in to comment.