添加FxGson依赖

This commit is contained in:
yushijinhun 2018-06-08 23:14:22 +08:00
parent 631337c451
commit 61db6b8fb2
No known key found for this signature in database
GPG Key ID: 5BC167F73EA558E4

View File

@ -50,6 +50,7 @@ allprojects {
compile "com.google.code.gson:gson:2.8.2" compile "com.google.code.gson:gson:2.8.2"
compile "org.apache.commons:commons-compress:1.15" compile "org.apache.commons:commons-compress:1.15"
compile "org.tukaani:xz:1.2" compile "org.tukaani:xz:1.2"
compile "org.hildan.fxgson:fx-gson:3.1.0"
testCompile group: 'junit', name: 'junit', version: '4.12' testCompile group: 'junit', name: 'junit', version: '4.12'
} }