From 61db6b8fb206803ab554bde41db7ad02c0594410 Mon Sep 17 00:00:00 2001 From: yushijinhun Date: Fri, 8 Jun 2018 23:14:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0FxGson=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index c1d64b51c..92b306127 100644 --- a/build.gradle +++ b/build.gradle @@ -50,6 +50,7 @@ allprojects { compile "com.google.code.gson:gson:2.8.2" compile "org.apache.commons:commons-compress:1.15" compile "org.tukaani:xz:1.2" + compile "org.hildan.fxgson:fx-gson:3.1.0" testCompile group: 'junit', name: 'junit', version: '4.12' }