Skip to content

Commit

Permalink
2.5.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
estarriol committed Apr 4, 2021
1 parent f09904f commit 208c304
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><resources><string name="com.crashlytics.android.build_id" translatable="false">5eb9878e-f6fb-45ab-84c0-a1c35da30fa8</string></resources>
<?xml version="1.0" encoding="utf-8"?><resources><string name="com.crashlytics.android.build_id" translatable="false">86e29eee-6566-40ff-94c3-7a7d4a0722f9</string></resources>
2 changes: 1 addition & 1 deletion unity/Assets/Resources/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.3
2.5.4
3 changes: 2 additions & 1 deletion unity/Assets/Scripts/Content/FormatVersions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Assets.Scripts.Content
{
public class QuestFormat
{
public const int CURRENT_VERSION = (int) Versions.SPLIT_BASE_MOM_AND_CONVERSION_KIT;
public const int CURRENT_VERSION = (int) Versions.RELEASE_2_5_4;

public readonly static HashSet<string> SCENARIOS_THAT_REQUIRE_CONVERSION_KIT = new HashSet<string>
{
Expand Down Expand Up @@ -36,6 +36,7 @@ public enum Versions
{
RICH_TEXT = 16,
SPLIT_BASE_MOM_AND_CONVERSION_KIT = 17,
RELEASE_2_5_4 = 18,
}
}
}
4 changes: 2 additions & 2 deletions unity/ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ PlayerSettings:
16:10: 1
16:9: 1
Others: 0
bundleVersion: 2.5.2
bundleVersion: 2.5.4
preloadedAssets: []
metroInputSource: 0
wsaTransparentSwapchain: 0
Expand Down Expand Up @@ -164,7 +164,7 @@ PlayerSettings:
tvOS: com.Company.ProductName
buildNumber:
iOS: 0
AndroidBundleVersionCode: 20050020
AndroidBundleVersionCode: 20050040
AndroidMinSdkVersion: 16
AndroidTargetSdkVersion: 0
AndroidPreferredInstallLocation: 1
Expand Down

0 comments on commit 208c304

Please sign in to comment.