Skip to content

Commit

Permalink
Bump version to 3.2.0. Update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
skykelsey committed Jul 13, 2016
1 parent 3cb4933 commit d7c0cd7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# 2016-06-24 - 3.1.2
# 2016-07-13 - 3.2.0

#### Improvements

* Added a new "NPS" question type for surveys.

#### Bugs Fixed

* Fix Message Center composing bar exception thrown when the animation was in play after the fragment was detached
* Fixed Message Center composing bar exception thrown when the animation was in play after the fragment was detached.
* Fixed Message Center exception caused by requesting focus on a nulled EditText.
* Moved database calls off the UI thread.

# 2016-06-20 - 3.1.1

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.2|aar)
##### Binary releases are hosted for Maven [here](http://search.maven.org/#artifactdetails|com.apptentive|apptentive-android|3.2.0|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 @@ -6,12 +6,9 @@

package com.apptentive.android.sdk.util;

/**
* @author Sky Kelsey
*/
public class Constants {

public static final String APPTENTIVE_SDK_VERSION = "3.1.2";
public static final String APPTENTIVE_SDK_VERSION = "3.2.0";


public static final int REQUEST_CODE_PHOTO_FROM_SYSTEM_PICKER = 10;
Expand Down

0 comments on commit d7c0cd7

Please sign in to comment.