bump version number

This commit is contained in:
Phillip Thelen 2017-09-29 02:11:07 +02:00
parent 6b7fdc963d
commit 39dd893353
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" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
package="com.habitrpg.android.habitica" package="com.habitrpg.android.habitica"
android:versionCode="1935" android:versionCode="1936"
android:versionName="1.2" android:versionName="1.2"
android:screenOrientation="portrait" android:screenOrientation="portrait"
android:installLocation="auto" > android:installLocation="auto" >

View file

@ -60,7 +60,6 @@ public class RemoteConfigManager {
enableRepeatbles = obj.getBoolean("enableRepeatables"); enableRepeatbles = obj.getBoolean("enableRepeatables");
if (obj.has("enableNewShops")) { if (obj.has("enableNewShops")) {
enableNewShops = obj.getBoolean("enableNewShops"); enableNewShops = obj.getBoolean("enableNewShops");
enableNewShops = true;
} }
if (obj.has("shopSpriteSuffix")) { if (obj.has("shopSpriteSuffix")) {
shopSpriteSuffix = obj.getString("shopSpriteSuffix"); shopSpriteSuffix = obj.getString("shopSpriteSuffix");