changes for 1.07-r1 (not commited correctly)
This commit is contained in:
@@ -147,7 +147,7 @@ namespace keepass2android
|
||||
yield return new Reminder
|
||||
{
|
||||
From = new DateTime(thisYear, 05, 11),
|
||||
To = new DateTime(thisYear, 05, 16),
|
||||
To = new DateTime(thisYear, 05, 18),
|
||||
Key = "DonationBirthday" + thisYear,
|
||||
ResourceToShow = Resource.Layout.donate_bdaymissed
|
||||
};
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:versionCode="136"
|
||||
android:versionName="1.07-pre9"
|
||||
android:versionCode="138"
|
||||
android:versionName="1.07-r1"
|
||||
package="keepass2android.keepass2android"
|
||||
android:installLocation="auto">
|
||||
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="26" />
|
||||
|
||||
Reference in New Issue
Block a user