WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit dad9b0e

Browse files
committed
update minSdk of offline version to 21 (Android 5.0) to simplify the build.
1 parent b2b0b8d commit dad9b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/keepass2android/Properties/AndroidManifest_nonet.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</intent>
4141
</queries>
4242

43-
<uses-sdk android:minSdkVersion="18" android:targetSdkVersion="33" />
43+
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="33" />
4444
<permission android:description="@string/permission_desc2" android:icon="@drawable/ic_launcher_offline" android:label="KP2A entry search" android:name="keepass2android.keepass2android_nonet.permission.KP2aInternalSearch" android:protectionLevel="signature" />
4545
<permission android:description="@string/permission_desc3" android:icon="@drawable/ic_launcher_offline" android:label="KP2A choose autofill dataset" android:name="keepass2android.keepass2android_nonet.permission.Kp2aChooseAutofill" android:protectionLevel="signature" />
4646
<application

0 commit comments

Comments
 (0)