We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c35f190 commit 9b90adbCopy full SHA for 9b90adb
build.gradle
@@ -14,7 +14,7 @@ apply plugin: 'signing'
14
apply plugin: "jacoco"
15
16
17
-version = '0.3.1'
+version = '0.3.2'
18
sourceCompatibility = 1.8
19
targetCompatibility = 1.8
20
@@ -168,7 +168,7 @@ repositories {
168
169
// In this section you declare the dependencies for your production and test code
170
dependencies {
171
- compile 'ch.poole:OpeningHoursParser:0.23.1'
+ compile 'ch.poole:OpeningHoursParser:0.26.0'
172
compileOnly 'org.jetbrains:annotations:19.0.0'
173
testCompileOnly 'org.jetbrains:annotations:19.0.0'
174
testCompile 'junit:junit:4.12'
0 commit comments