diff --git a/CHANGELOG.md b/CHANGELOG.md index d9f446169..fc353eba8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 2014-10-20 skykelsey 1.6.3 +# 2014-10-20 skykelsey 1.6.4 #### Improvements diff --git a/apptentive/AndroidManifest.xml b/apptentive/AndroidManifest.xml index 929a855b1..7d1f3ea10 100644 --- a/apptentive/AndroidManifest.xml +++ b/apptentive/AndroidManifest.xml @@ -1,7 +1,7 @@ + android:versionCode="9" + android:versionName="1.6.4"> diff --git a/apptentive/gradle.properties b/apptentive/gradle.properties index 02e56f125..509da89c6 100644 --- a/apptentive/gradle.properties +++ b/apptentive/gradle.properties @@ -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 \ No newline at end of file diff --git a/apptentive/src/com/apptentive/android/sdk/util/Constants.java b/apptentive/src/com/apptentive/android/sdk/util/Constants.java index 0aeb199f9..d8795ea4b 100644 --- a/apptentive/src/com/apptentive/android/sdk/util/Constants.java +++ b/apptentive/src/com/apptentive/android/sdk/util/Constants.java @@ -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;