Skip to content

Commit

Permalink
Bump to 2.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
skykelsey committed Sep 15, 2015
1 parent 8645b34 commit 9f6271b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 2015-09-15 - 2.0.1

#### Bugs Fixed

* Fixed a [potentially conflicting resource name. [Issue 105](https://github.com/apptentive/apptentive-android/issues/105)
* Fixed a bug affecting display of Surveys.

# 2015-09-09 - 2.0.0

#### 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="30"
android:versionName="2.0.0">
android:versionCode="31"
android:versionName="2.0.1">
<uses-sdk android:minSdkVersion="11"/>
</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=2.0.0
VERSION_NAME=2.0.1
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 @@ -11,7 +11,7 @@
*/
public class Constants {

public static final String APPTENTIVE_SDK_VERSION = "2.0.0";
public static final String APPTENTIVE_SDK_VERSION = "2.0.1";


public static final int REQUEST_CODE_PHOTO_FROM_MESSAGE_CENTER = 1000;
Expand Down
4 changes: 2 additions & 2 deletions samples/apptentive-dev/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.apptentive.android.dev"
android:versionCode="4"
android:versionName="2.0">
android:versionCode="31"
android:versionName="2.0.1">

<!-- Required for Apptentive -->
<uses-permission android:name="android.permission.INTERNET"/>
Expand Down

0 comments on commit 9f6271b

Please sign in to comment.