File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,6 @@ repositories {
50
50
51
51
``` groovy
52
52
dependencies {
53
- compile "ch.poole:OpeningHoursFragment:0.11 .0"
53
+ compile "ch.poole:OpeningHoursFragment:0.12 .0"
54
54
}
55
55
```
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ apply plugin: 'maven-publish'
9
9
apply plugin : ' signing'
10
10
apply plugin : " jacoco"
11
11
12
- version = ' 0.11 .0'
12
+ version = ' 0.12 .0'
13
13
def libName = " OpeningHoursFragment"
14
14
15
15
task updateTranslations (type : Exec ) {
@@ -97,7 +97,7 @@ dependencies {
97
97
implementation " com.google.android.material:material:$androidxVersion "
98
98
implementation " androidx.annotation:annotation:$androidxVersion "
99
99
implementation " androidx.core:core:$androidxVersion "
100
- implementation " ch.poole:OpeningHoursParser:0.25 .0"
100
+ implementation " ch.poole:OpeningHoursParser:0.26 .0"
101
101
implementation " ch.poole.android:rangebar:0.1.6"
102
102
implementation ' cn.carbswang.android:NumberPickerView:1.2.0'
103
103
implementation " com.google.code.gson:gson:2.8.5"
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ dependencies {
67
67
implementation " androidx.annotation:annotation:1.0.0"
68
68
implementation " androidx.core:core:1.0.0"
69
69
implementation ' cn.carbswang.android:NumberPickerView:1.2.0'
70
- implementation " ch.poole:OpeningHoursParser:0.25 .0"
70
+ implementation " ch.poole:OpeningHoursParser:0.26 .0"
71
71
implementation " ch.poole.android:rangebar:0.1.6"
72
72
implementation ' cn.carbswang.android:NumberPickerView:1.2.0'
73
73
implementation " com.google.code.gson:gson:2.8.5"
You can’t perform that action at this time.
0 commit comments