Skip to content

Commit 9b90adb

Browse files
committed
Bump opening hours parser dependency
1 parent c35f190 commit 9b90adb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ apply plugin: 'signing'
1414
apply plugin: "jacoco"
1515

1616

17-
version = '0.3.1'
17+
version = '0.3.2'
1818
sourceCompatibility = 1.8
1919
targetCompatibility = 1.8
2020

@@ -168,7 +168,7 @@ repositories {
168168

169169
// In this section you declare the dependencies for your production and test code
170170
dependencies {
171-
compile 'ch.poole:OpeningHoursParser:0.23.1'
171+
compile 'ch.poole:OpeningHoursParser:0.26.0'
172172
compileOnly 'org.jetbrains:annotations:19.0.0'
173173
testCompileOnly 'org.jetbrains:annotations:19.0.0'
174174
testCompile 'junit:junit:4.12'

0 commit comments

Comments
 (0)