Added setting to allow the user to change the delay period before SMS alert is sent (fixes #202)

This commit is contained in:
Graham Jones
2024-10-10 19:19:19 +01:00
parent df0ab065c6
commit 4768fcd352
6 changed files with 20 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:versionCode="144"
android:versionName="4.2.10">
android:versionCode="145"
android:versionName="4.2.11">
<!-- android:allowBackup="false" -->
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>