Skip to content

Commit

Permalink
Bloom crash fix on Android.
Browse files Browse the repository at this point in the history
v1.0.6
  • Loading branch information
SerGreen committed Oct 6, 2017
1 parent 4a86287 commit 3ae1894
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TWP Android/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.sergreen.thewitnesspuzzles" android:versionName="1.0.5" android:installLocation="preferExternal" android:versionCode="6">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.sergreen.thewitnesspuzzles" android:versionName="1.0.6" android:installLocation="preferExternal" android:versionCode="7">
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="25" />
<application android:label="The Witness Puzzles" android:icon="@drawable/Icon"></application>
</manifest>
2 changes: 1 addition & 1 deletion TWP Android/TWP Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AndroidUseSharedRuntime>False</AndroidUseSharedRuntime>
<AndroidLinkMode>Full</AndroidLinkMode>
<AndroidLinkMode>SdkOnly</AndroidLinkMode>
<AotAssemblies>false</AotAssemblies>
<EnableLLVM>false</EnableLLVM>
<BundleAssemblies>false</BundleAssemblies>
Expand Down

0 comments on commit 3ae1894

Please sign in to comment.