App re-starts if settings are changed to make sure that new settings are picked up properly.

This commit is contained in:
Graham Jones
2016-01-16 23:03:56 +00:00
parent 6d30e15e15
commit 108e890dcc
3 changed files with 43 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="uk.org.openseizuredetector"
android:versionCode="18"
android:versionName="2.0b" >
android:versionCode="19"
android:versionName="2.0c" >
<uses-sdk android:minSdkVersion="14" />