We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0876bc commit f357e9eCopy full SHA for f357e9e
build.gradle
@@ -7,7 +7,7 @@ apply plugin: 'application'
7
apply plugin: 'idea'
8
9
group 'fr.flowarg'
10
-version '1.1.2'
+version '1.1.3'
11
archivesBaseName = "FlowUpdaterJsonCreator"
12
13
compileJava {
@@ -25,9 +25,9 @@ repositories {
25
}
26
27
dependencies {
28
- implementation 'fr.flowarg:flowmultitools:1.+'
29
- implementation 'com.jfoenix:jfoenix:8.+'
30
- implementation 'com.google.code.gson:gson:2.+'
+ implementation 'fr.flowarg:flowmultitools:1.2.0'
+ implementation 'com.jfoenix:jfoenix:8.0.9'
+ implementation 'com.google.code.gson:gson:2.8.6'
31
implementation 'de.jensd:fontawesomefx:8.9'
32
33
0 commit comments