Release version 0.0.32

This commit is contained in:
Phillip Thelen 2016-07-20 14:32:19 +02:00
parent 723ea095c3
commit f31311b9ee
2 changed files with 1 additions and 2 deletions

View file

@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.habitrpg.android.habitica"
android:versionCode="100"
android:versionCode="102"
android:versionName="0.0.32"
android:screenOrientation="portrait"
android:installLocation="auto" >

View file

@ -131,7 +131,6 @@ public class APIHelper implements Action1<Throwable> {
Interceptor remove_data_interceptor = chain -> {
Response response = chain.proceed(chain.request());
Crashlytics.log(response.toString());
String stringJson = response.body().string();
JSONObject jsonObject = null;
String dataString = null;