Skip to content

Commit

Permalink
update minSdk of offline version to 21 (Android 5.0) to simplify the …
Browse files Browse the repository at this point in the history
…build.
  • Loading branch information
PhilippC committed Oct 22, 2024
1 parent b2b0b8d commit dad9b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/keepass2android/Properties/AndroidManifest_nonet.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</intent>
</queries>

<uses-sdk android:minSdkVersion="18" android:targetSdkVersion="33" />
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="33" />
<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" />
<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" />
<application
Expand Down

0 comments on commit dad9b0e

Please sign in to comment.