From 5b0da238e258703d4f5d4c058a4c9b1a746d5d6b Mon Sep 17 00:00:00 2001 From: Gravit Date: Sun, 10 Feb 2019 13:58:08 +0700 Subject: [PATCH] =?UTF-8?q?[ANY]=20OSHI=20=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=20=D0=B4=D0=BE=201.13?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Launcher/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Launcher/build.gradle b/Launcher/build.gradle index 0f716c96..d2a57901 100644 --- a/Launcher/build.gradle +++ b/Launcher/build.gradle @@ -27,7 +27,7 @@ dependencies { pack project(':LauncherAPI') // Not error on obf. - bundle 'com.github.oshi:oshi-core:3.11.0' + bundle 'com.github.oshi:oshi-core:3.13.0' bundle 'commons-codec:commons-codec:1.11' }