From acd0ea2dd7b46d31fa36badb976cb8a602da3b1d Mon Sep 17 00:00:00 2001 From: wrapper Date: Thu, 25 Sep 2025 10:23:06 +0700 Subject: [PATCH] change dep name --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index a7456db..b63969b 100644 --- a/build.gradle +++ b/build.gradle @@ -17,9 +17,9 @@ apply plugin: 'net.minecraftforge.gradle.forge' apply plugin: 'com.github.johnrengelman.shadow' apply plugin: 'net.minecrell.licenser' -version = "0.2.3" +version = "0.2.4" group = "pl.asie.splashanimation" // http://maven.apache.org/guides/mini/guide-naming-conventions.html -archivesBaseName = "SplashAnimation Community Edition" +archivesBaseName = "SplashAnimation Community Edition + H264 support" sourceCompatibility = targetCompatibility = '1.8' // Need this here so eclipse task generates correctly. compileJava {