Skip to content

Commit 356b6a8

Browse files
committed
Updated TextraTypist version for PopColorPicker
1 parent d346038 commit 356b6a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ project(":html") {
8181
dependencies {
8282
...
8383
implementation 'com.github.raeleus.stripe:colorpicker:1.4.2:sources'
84-
implementation "com.github.tommyettinger:textratypist:0.6.3:sources"
84+
implementation "com.github.tommyettinger:textratypist:0.7.5:sources"
8585
implementation "com.github.tommyettinger:regexodus:0.1.13:sources"
8686
}
8787
}

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ project(":colorpicker") {
9898
implementation project(":stripe")
9999
api "com.badlogicgames.gdx:gdx:$gdxVersion"
100100
api 'com.github.raeleus.TenPatch:tenpatch:5.2.3'
101-
api "com.github.tommyettinger:textratypist:0.6.3"
101+
api "com.github.tommyettinger:textratypist:0.7.5"
102102
}
103103

104104
task sourcesJar(type: Jar, dependsOn: classes) {

0 commit comments

Comments
 (0)