mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-18 03:39:00 +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"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
package="com.habitrpg.android.habitica"
|
||||
android:versionCode="1935"
|
||||
android:versionCode="1936"
|
||||
android:versionName="1.2"
|
||||
android:screenOrientation="portrait"
|
||||
android:installLocation="auto" >
|
||||
|
|
|
|||
|
|
@ -60,7 +60,6 @@ public class RemoteConfigManager {
|
|||
enableRepeatbles = obj.getBoolean("enableRepeatables");
|
||||
if (obj.has("enableNewShops")) {
|
||||
enableNewShops = obj.getBoolean("enableNewShops");
|
||||
enableNewShops = true;
|
||||
}
|
||||
if (obj.has("shopSpriteSuffix")) {
|
||||
shopSpriteSuffix = obj.getString("shopSpriteSuffix");
|
||||
|
|
|
|||
Loading…
Reference in a new issue