mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-13 17:51:57 +00:00
bump version number
This commit is contained in:
parent
6b7fdc963d
commit
39dd893353
2 changed files with 1 additions and 2 deletions
|
|
@ -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" >
|
||||||
|
|
|
||||||
|
|
@ -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");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue