mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Bump target version. Allow install to sdcard.
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<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="1.5.8" android:versionCode="49">
|
android:installLocation="auto" android:versionName="1.5.9" android:versionCode="50">
|
||||||
<uses-sdk android:minSdkVersion="3" android:targetSdkVersion="4"/>
|
<uses-sdk android:minSdkVersion="3" android:targetSdkVersion="8"/>
|
||||||
<supports-screens
|
<supports-screens
|
||||||
android:smallScreens="true"
|
android:smallScreens="true"
|
||||||
android:normalScreens="true"
|
android:normalScreens="true"
|
||||||
|
|||||||
@@ -1,9 +1,12 @@
|
|||||||
|
KeePassDroid (1.5.9)
|
||||||
|
* Bump target sdk to 8
|
||||||
|
* Allow install to sdcard
|
||||||
|
|
||||||
KeePassDroid (1.5.8)
|
KeePassDroid (1.5.8)
|
||||||
* Update Russian translations
|
* Update Russian translations
|
||||||
* Add Nynorsk translations
|
* Add Nynorsk translations
|
||||||
* Fix no compression .kdbx files
|
* Fix no compression .kdbx files
|
||||||
|
|
||||||
|
|
||||||
KeePassDroid (1.5.7)
|
KeePassDroid (1.5.7)
|
||||||
* KeePass 2.11 compatibility fixes
|
* KeePass 2.11 compatibility fixes
|
||||||
|
|
||||||
|
|||||||
@@ -10,5 +10,5 @@
|
|||||||
# Indicates whether an apk should be generated for each density.
|
# Indicates whether an apk should be generated for each density.
|
||||||
split.density=false
|
split.density=false
|
||||||
# Project target.
|
# Project target.
|
||||||
target=android-4
|
target=android-8
|
||||||
apk-configurations=
|
apk-configurations=
|
||||||
|
|||||||
Reference in New Issue
Block a user