corrected date variables
This commit is contained in:
parent
c42f65bd3a
commit
2b69938ad5
@ -11,7 +11,7 @@ android {
|
|||||||
compileSdkVersion 31
|
compileSdkVersion 31
|
||||||
buildToolsVersion '29.0.2'
|
buildToolsVersion '29.0.2'
|
||||||
useLibrary 'org.apache.http.legacy'
|
useLibrary 'org.apache.http.legacy'
|
||||||
versionCode 122
|
versionCode 123
|
||||||
versionName "1.7.7"
|
versionName "1.7.7"
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
* New: Confirmation dialog before deleting locations, rules and profile
|
* New: Confirmation dialog before deleting locations, rules and profile
|
||||||
* New action: Make phone call without further prompt
|
* New action: Make phone call without further prompt
|
||||||
* New trigger/action: Set custom variables as actions and check for them in triggers
|
* New trigger/action: Set custom variables as actions and check for them in triggers
|
||||||
* Fixed: Battery receiver could trigger above 100% or below 0%
|
* Fixed: Battery receiver could trigger above 100% or below 0%
|
||||||
|
* Fixed: Date format when variables are used in texts
|
Loading…
Reference in New Issue
Block a user