Skip to content

Commit

Permalink
Prepare for 1.6.4 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
skykelsey committed Oct 20, 2014
1 parent c80792d commit 0ddd82a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 2014-10-20 skykelsey 1.6.3
# 2014-10-20 skykelsey 1.6.4

#### Improvements

Expand Down
4 changes: 2 additions & 2 deletions apptentive/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.apptentive.android.sdk"
android:versionCode="8"
android:versionName="1.6.3">
android:versionCode="9"
android:versionName="1.6.4">
<uses-sdk android:minSdkVersion="7"/>
</manifest>
2 changes: 1 addition & 1 deletion apptentive/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=1.6.3
VERSION_NAME=1.6.4
POM_NAME=Apptentive Android SDK
POM_ARTIFACT_ID=apptentive-android
POM_PACKAGING=aar
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.6.3";
public static final String APPTENTIVE_SDK_VERSION = "1.6.4";


public static final int REQUEST_CODE_PHOTO_FROM_MESSAGE_CENTER = 1000;
Expand Down

0 comments on commit 0ddd82a

Please sign in to comment.