From 8cf3606065df09d228d3670957f2dceff49e6b2e Mon Sep 17 00:00:00 2001 From: CommandLine <71168720+Def-Try@users.noreply.github.com> Date: Mon, 27 Nov 2023 18:13:58 +0700 Subject: [PATCH] =?UTF-8?q?=D0=B0=20=D0=BD=D1=83=20=D0=B4=D1=8B=D1=80?= =?UTF-8?q?=D0=BA=D1=83=D1=81=20=D0=B3=D0=B5=D0=B9=20=D0=BD=D0=B0=20=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 3475cf7..458c106 100644 --- a/build.gradle +++ b/build.gradle @@ -10,6 +10,7 @@ repositories { ext { mindustryVersion = 'v142' + usefulHash = '2f1d9eb899' } dependencies { @@ -17,7 +18,7 @@ dependencies { compileOnly "com.github.Anuken.Mindustry:core:$mindustryVersion" implementation "com.google.code.gson:gson:2.10" - implementation "com.github.xzxADIxzx.useful-stuffs:bundle:d1e3cc1a5a" + implementation "com.github.xzxADIxzx.useful-stuffs:bundle:$usefulHash" } jar { @@ -25,4 +26,4 @@ jar { from { configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) } } -} \ No newline at end of file +}