Skip to content

Commit

Permalink
Release 2020.2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GlitchedPolygons committed Jan 14, 2020
1 parent c842d0b commit a2b64b6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions src/android/GlitchedEpistle.Client.Mobile.Android.csproj
Expand Up @@ -50,6 +50,12 @@
<EnableLLVM>false</EnableLLVM>
<AndroidEnableProfiledAot>false</AndroidEnableProfiledAot>
<BundleAssemblies>false</BundleAssemblies>
<AndroidEnableMultiDex>false</AndroidEnableMultiDex>
<AndroidKeyStore>false</AndroidKeyStore>
<AndroidSigningKeyStore>
</AndroidSigningKeyStore>
<AndroidSigningStorePass>
</AndroidSigningStorePass>
</PropertyGroup>
<ItemGroup>
<Reference Include="Mono.Android" />
Expand Down
2 changes: 1 addition & 1 deletion src/android/Properties/AndroidManifest.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.glitchedpolygons.glitchedepistle.client.mobile" android:versionCode="2020105" android:versionName="2020.1.0.5" android:installLocation="preferExternal">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.glitchedpolygons.glitchedepistle.client.mobile" android:versionCode="2020202" android:versionName="2020.2.0.2" android:installLocation="preferExternal">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28" />
<application android:label="Glitched Epistle" android:icon="@mipmap/launcher_foreground">
<provider android:name="android.support.v4.content.FileProvider" android:authorities="${applicationId}.provider" android:exported="false" android:grantUriPermissions="true">
Expand Down
2 changes: 1 addition & 1 deletion src/shared/GlitchedEpistle.Client.Mobile.csproj
Expand Up @@ -6,7 +6,7 @@
<AssemblyName>GlitchedPolygons.GlitchedEpistle.Client.Mobile</AssemblyName>
<AssemblyVersion>2020.2.0.2</AssemblyVersion>
<FileVersion>2020.2.0.2</FileVersion>
<Version>2020.1.0.5</Version>
<Version>2020.2.0.2</Version>
<PackageVersion>0.0.0.0</PackageVersion>
</PropertyGroup>

Expand Down

0 comments on commit a2b64b6

Please sign in to comment.