Skip to content

Commit

Permalink
release 1.01
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippC committed Nov 27, 2017
1 parent e1d51fd commit c2205e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion AutoFillPlugin/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="kp2a.plugin.AutoFill" android:versionCode="1" android:versionName="1.0" android:installLocation="auto">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="kp2a.plugin.AutoFill"
android:versionCode="2" android:versionName="1.01" android:installLocation="auto">
<uses-sdk android:minSdkVersion="21" />
<application android:label="KP2A AutoFillPlugin" android:icon="@drawable/Icon">
<service android:name="keepass2android.autofill.AutoFillService"
Expand Down

0 comments on commit c2205e0

Please sign in to comment.