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) {