Skip to content

Commit

Permalink
Bump to 1.5.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
skykelsey committed Sep 18, 2014
1 parent 456e7d3 commit 43c8adb
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,3 +1,11 @@
# 2014-09-17 skykelsey 1.5.2

#### Major changes

* Don't check for messages while Message Center is disabled.
* If no network connection is present, network worker threads will go back to sleep instead of exit.


# 2014-07-16 skykelsey 1.5.1

#### Major changes
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="3"
android:versionName="1.5.1">
android:versionName="1.5.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.5.1";
public static final String APPTENTIVE_SDK_VERSION = "1.5.2";


public static final int REQUEST_CODE_PHOTO_FROM_MESSAGE_CENTER = 1000;
Expand Down

0 comments on commit 43c8adb

Please sign in to comment.