Skip to content

Commit

Permalink
Version 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
martinstoeckli committed May 14, 2019
1 parent d2553ed commit 968330c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/SilentNotes.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" android:versionCode="16" android:versionName="2.5" package="ch.martinstoeckli.silentnotes" android:installLocation="auto">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="17" android:versionName="2.5.1" package="ch.martinstoeckli.silentnotes" android:installLocation="auto">
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="28" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down
2 changes: 1 addition & 1 deletion src/SilentNotes.Android/SilentNotes.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<EnableLLVM>false</EnableLLVM>
<BundleAssemblies>false</BundleAssemblies>
<EnableProguard>true</EnableProguard>
<AndroidSupportedAbis>armeabi-v7a;x86</AndroidSupportedAbis>
<AndroidSupportedAbis>armeabi-v7a;x86;arm64-v8a</AndroidSupportedAbis>
<AndroidLinkMode>SdkOnly</AndroidLinkMode>
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
<EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk>
Expand Down

0 comments on commit 968330c

Please sign in to comment.