Fixed bug with multiple time frames with reoccurrence configured

This commit is contained in:
2023-01-16 16:54:54 +01:00
parent ca81e6a7bd
commit 52edfa32df
3 changed files with 14 additions and 3 deletions

View File

@ -11,8 +11,8 @@ android {
compileSdkVersion 31
buildToolsVersion '29.0.2'
useLibrary 'org.apache.http.legacy'
versionCode 124
versionName "1.7.9"
versionCode 125
versionName "1.7.10"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}