diff --git a/Habitica/AndroidManifest.xml b/Habitica/AndroidManifest.xml
index 0662b0cad..6b89c9a30 100644
--- a/Habitica/AndroidManifest.xml
+++ b/Habitica/AndroidManifest.xml
@@ -1,51 +1,60 @@
+ android:versionCode="1"
+ android:versionName="0.0.1" >
-
-
-
+ android:minSdkVersion="11"
+ android:targetSdkVersion="22" />
+
+
+
+
+
+
+
+
+ android:theme="@style/AppTheme"
+ android:name=".HabiticaApplication">
-
+ android:name=".MainActivity"
+ android:label="@string/app_name" >
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
+ android:name=".widget.SimpleWidget"
+ android:icon="@mipmap/ic_launcher"
+ android:label="HabitRPG Simple Widget" >
+
@@ -53,11 +62,25 @@
android:name="android.appwidget.provider"
android:resource="@xml/widget_info" />
-
+
+
+
+
+
+
+
-
\ No newline at end of file
+
diff --git a/Habitica/res/xml/changelog.xml b/Habitica/res/xml/changelog.xml
index 9ad704bfb..fe71c138c 100644
--- a/Habitica/res/xml/changelog.xml
+++ b/Habitica/res/xml/changelog.xml
@@ -1,27 +1,6 @@
-
- Widget not showing right avatar
+
+ Soon to be filled with many features
-
- You can create and edit your tasks again! Thanks a lot to Tyler who modified HabitRPG's API to help me
- Updated to the new version of my FreemiumLibrary (See licence notice for links.)
-
-
- The app now shows the correct user's avatar
- Known bugs: You can't buy items rewards for your avatar.
- Known bugs: You can't create or update tasks.
-
-
- Dailies will take in account your custom day start.
-
-
- Todo dates aren't wrong anymore.
-
-
- New widget for premium users
- New changelog to see what has changed from the app
- You can now input some weird accent character, or some russian
- Fixing misc. bugs
-
\ No newline at end of file