Skip to content

Commit f357e9e

Browse files
committed
Release 1.1.3
1 parent a0876bc commit f357e9e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ apply plugin: 'application'
77
apply plugin: 'idea'
88

99
group 'fr.flowarg'
10-
version '1.1.2'
10+
version '1.1.3'
1111
archivesBaseName = "FlowUpdaterJsonCreator"
1212

1313
compileJava {
@@ -25,9 +25,9 @@ repositories {
2525
}
2626

2727
dependencies {
28-
implementation 'fr.flowarg:flowmultitools:1.+'
29-
implementation 'com.jfoenix:jfoenix:8.+'
30-
implementation 'com.google.code.gson:gson:2.+'
28+
implementation 'fr.flowarg:flowmultitools:1.2.0'
29+
implementation 'com.jfoenix:jfoenix:8.0.9'
30+
implementation 'com.google.code.gson:gson:2.8.6'
3131
implementation 'de.jensd:fontawesomefx:8.9'
3232
}
3333

0 commit comments

Comments
 (0)