mirror of
https://github.com/moparisthebest/keepass2android
synced 2024-11-26 03:02:24 -05:00
Merge branch '0.9.9'
Conflicts: src/keepass2android/Properties/AndroidManifest_net.xml
This commit is contained in:
commit
5f741f2d5f
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:versionCode="67"
|
||||
android:versionName="1.0.0 preview 1"
|
||||
android:versionCode="69"
|
||||
android:versionName="1.0.0 preview 2"
|
||||
package="keepass2android.keepass2android"
|
||||
android:installLocation="auto">
|
||||
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="21" />
|
||||
|
@ -3,7 +3,7 @@
|
||||
<item >
|
||||
<shape android:shape="rectangle" >
|
||||
<corners android:radius="6dip" />
|
||||
<solid android:color="?activityBackgroundColor" />
|
||||
<solid android:color="#fff" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
Loading…
Reference in New Issue
Block a user