mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-04-05 13:57:36 +03:00
Bump sdk version requirement.
This commit is contained in:
parent
5cadc5870d
commit
dba3585055
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.android.keepass"
|
package="com.android.keepass"
|
||||||
android:versionName="0.2.1" android:versionCode="11">
|
android:versionName="0.2.1" android:versionCode="11">
|
||||||
<uses-sdk android:minSdkVersion="1"/>
|
<uses-sdk android:minSdkVersion="3"/>
|
||||||
<application android:label="@string/app_name" android:icon="@drawable/keepass_icon">
|
<application android:label="@string/app_name" android:icon="@drawable/keepass_icon">
|
||||||
<activity android:name=".KeePass"
|
<activity android:name=".KeePass"
|
||||||
android:label="@string/app_name">
|
android:label="@string/app_name">
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# project structure.
|
# project structure.
|
||||||
|
|
||||||
# Project target.
|
# Project target.
|
||||||
target=android-2
|
target=android-3
|
||||||
# apk configurations. This property allows creation of APK files with limited
|
# apk configurations. This property allows creation of APK files with limited
|
||||||
# resources. For example, if your application contains many locales and
|
# resources. For example, if your application contains many locales and
|
||||||
# you wish to release multiple smaller apks instead of a large one, you can
|
# you wish to release multiple smaller apks instead of a large one, you can
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue