mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-18 03:39:00 +00:00
Release version 0.0.32
This commit is contained in:
parent
723ea095c3
commit
f31311b9ee
2 changed files with 1 additions and 2 deletions
|
|
@ -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" >
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue