Skip to content

Commit

Permalink
Release updates for 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry Li authored and skykelsey committed Jun 21, 2016
1 parent efcdddf commit d5626d4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 14 deletions.
12 changes: 0 additions & 12 deletions .idea/runConfigurations.xml

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 2016-06-20 - 3.1.1

#### Improvements

* Defer message polling task until Message Center is opened, UnreadMessagesListener is registered, or a Push is received.
* Add internal method to set the application theme programmatically from which the Apptentive UI will inherit styles.

#### Bugs Fixed

* statusBarColor attribute was causing run-time exception on pre-21 devices.

# 2016-06-08 - 3.1.0

#### Improvements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use your app, to talk to them at the right time, and in the right way.

##### Version history is tracked [here](CHANGELOG.md)

##### Binary releases are hosted for Maven [here](http://search.maven.org/#artifactdetails|com.apptentive|apptentive-android|3.1.0|aar)
##### Binary releases are hosted for Maven [here](http://search.maven.org/#artifactdetails|com.apptentive|apptentive-android|3.1.1|aar)
#### Reporting Bugs

We encourage you to help us find and fix bugs. If you find a bug, please fill in the contributor agreement, then open a [github issue](https://github.com/apptentive/apptentive-android/issues?direction=desc&sort=created&state=open).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/
public class Constants {

public static final String APPTENTIVE_SDK_VERSION = "3.1.0";
public static final String APPTENTIVE_SDK_VERSION = "3.1.1";


public static final int REQUEST_CODE_PHOTO_FROM_SYSTEM_PICKER = 10;
Expand Down

0 comments on commit d5626d4

Please sign in to comment.