From cfe6c6c2acbd7c17829da061a28bf3bc279bd01a Mon Sep 17 00:00:00 2001 From: Gravit Date: Sun, 7 Apr 2019 21:09:41 +0700 Subject: [PATCH] =?UTF-8?q?[FIX]=20=D0=B0=D0=B2=D1=82=D0=BE=D0=BC=D0=B5?= =?UTF-8?q?=D1=82=D0=B8=D1=87=D0=B5=D1=81=D0=BA=D0=BE=D0=B5=20=D0=BA=D0=BE?= =?UTF-8?q?=D0=BF=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=20jfoeni?= =?UTF-8?q?x=20=D0=B2=20launcher-libraries?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Launcher/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/Launcher/build.gradle b/Launcher/build.gradle index 83d594fd..37d84cdb 100644 --- a/Launcher/build.gradle +++ b/Launcher/build.gradle @@ -29,6 +29,7 @@ pack project(':LauncherAPI') // Not error on obf. bundle 'com.github.oshi:oshi-core:3.13.0' compileOnly 'org.ow2.asm:asm-all:5.0.3' + bundle 'com.jfoenix:jfoenix:8.0.8' } task genRuntimeJS(type: Zip) {