Skip to content

Commit

Permalink
Update parser dependency to 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Nov 2, 2021
1 parent 39fdf41 commit 0b1a0dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ repositories {

``` groovy
dependencies {
compile "ch.poole:OpeningHoursFragment:0.11.0"
compile "ch.poole:OpeningHoursFragment:0.12.0"
}
```
4 changes: 2 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ apply plugin: 'maven-publish'
apply plugin: 'signing'
apply plugin: "jacoco"

version = '0.11.0'
version = '0.12.0'
def libName = "OpeningHoursFragment"

task updateTranslations(type: Exec) {
Expand Down Expand Up @@ -97,7 +97,7 @@ dependencies {
implementation "com.google.android.material:material:$androidxVersion"
implementation "androidx.annotation:annotation:$androidxVersion"
implementation "androidx.core:core:$androidxVersion"
implementation "ch.poole:OpeningHoursParser:0.25.0"
implementation "ch.poole:OpeningHoursParser:0.26.0"
implementation "ch.poole.android:rangebar:0.1.6"
implementation 'cn.carbswang.android:NumberPickerView:1.2.0'
implementation "com.google.code.gson:gson:2.8.5"
Expand Down
2 changes: 1 addition & 1 deletion testapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dependencies {
implementation "androidx.annotation:annotation:1.0.0"
implementation "androidx.core:core:1.0.0"
implementation 'cn.carbswang.android:NumberPickerView:1.2.0'
implementation "ch.poole:OpeningHoursParser:0.25.0"
implementation "ch.poole:OpeningHoursParser:0.26.0"
implementation "ch.poole.android:rangebar:0.1.6"
implementation 'cn.carbswang.android:NumberPickerView:1.2.0'
implementation "com.google.code.gson:gson:2.8.5"
Expand Down

0 comments on commit 0b1a0dd

Please sign in to comment.