adjust manifest version for 1.04b release

This commit is contained in:
Philipp Crocoll
2018-02-27 06:06:35 +01:00
parent bfeaf5dbf5
commit c583b58cb9
2 changed files with 5 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="103"
android:versionName="1.03"
android:versionCode="104"
android:versionName="1.04b"
package="keepass2android.keepass2android_nonet"
android:installLocation="auto">
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="23" />

View File

@@ -97,6 +97,9 @@
</JavaOptions>
<AndroidStoreUncompressedFileExtensions>
</AndroidStoreUncompressedFileExtensions>
<AotAssemblies>false</AotAssemblies>
<EnableLLVM>false</EnableLLVM>
<BundleAssemblies>false</BundleAssemblies>
</PropertyGroup>
<ItemGroup>
<Reference Include="Java.Interop" />