Skip to content

Commit

Permalink
Bump to 1.3.2 and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
skykelsey committed Apr 13, 2014
1 parent 46d920c commit 419deb6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
2014-04-13 skykelsey 1.3.2
--------------------------

Bugs Fixed:

* ANDROID-318 Custom Person data was not available the first time surveys were fetched.

2014-04-03 skykelsey 1.3.1
--------------------------

Major changes:

* Add setting to allow Message Center to be disabled by default, even before it has connected to the server.

2014-02-24 skykelsey 1.3.0
Expand Down
2 changes: 1 addition & 1 deletion apptentive-android-sdk/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.apptentive.android.sdk"
android:versionCode="1"
android:versionName="1.0">
android:versionName="1.3.2">
<uses-sdk android:minSdkVersion="7"/>
</manifest>
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*/
public class Constants {

public static final String APPTENTIVE_SDK_VERSION = "1.3.1";
public static final String APPTENTIVE_SDK_VERSION = "1.3.2";


public static final int REQUEST_CODE_PHOTO_FROM_MESSAGE_CENTER = 1000;
Expand Down

0 comments on commit 419deb6

Please sign in to comment.