@@ -25,7 +25,7 @@ Add the dependency to your core project:
25
25
``` groovy
26
26
dependencies {
27
27
...
28
- implementation 'com.github.raeleus.stripe:stripe:1.4.4 '
28
+ implementation 'com.github.raeleus.stripe:stripe:1.4.5 '
29
29
}
30
30
```
31
31
@@ -38,7 +38,7 @@ project(":html") {
38
38
39
39
dependencies {
40
40
...
41
- implementation 'com.github.raeleus.stripe:stripe:1.4.4 :sources'
41
+ implementation 'com.github.raeleus.stripe:stripe:1.4.5 :sources'
42
42
}
43
43
}
44
44
```
@@ -67,7 +67,7 @@ Add the dependency to your core project:
67
67
``` groovy
68
68
dependencies {
69
69
...
70
- implementation 'com.github.raeleus.stripe:colorpicker:1.4.4 '
70
+ implementation 'com.github.raeleus.stripe:colorpicker:1.4.5 '
71
71
}
72
72
```
73
73
@@ -80,7 +80,7 @@ project(":html") {
80
80
81
81
dependencies {
82
82
...
83
- implementation 'com.github.raeleus.stripe:colorpicker:1.4.4 :sources'
83
+ implementation 'com.github.raeleus.stripe:colorpicker:1.4.5 :sources'
84
84
implementation "com.github.tommyettinger:textratypist:0.8.0:sources"
85
85
implementation "com.github.tommyettinger:regexodus:0.1.13:sources"
86
86
}
@@ -111,7 +111,7 @@ Add the dependency to your core project:
111
111
``` groovy
112
112
dependencies {
113
113
...
114
- implementation 'com.github.raeleus.stripe:freetype:1.4.4 '
114
+ implementation 'com.github.raeleus.stripe:freetype:1.4.5 '
115
115
}
116
116
```
117
117
Ensure that you have FreeType implemented in your project. Please refer to the [ libGDX wiki] ( https://libgdx.com/wiki/articles/dependency-management-with-gradle#freetypefont-gradle ) .
@@ -125,7 +125,7 @@ project(":html") {
125
125
126
126
dependencies {
127
127
...
128
- implementation 'com.github.raeleus.stripe:freetype:1.4.4 :sources'
128
+ implementation 'com.github.raeleus.stripe:freetype:1.4.5 :sources'
129
129
}
130
130
}
131
131
```
0 commit comments