From 9645b3c7b5ea66ae2daa59c3ecb202608a5eac4e Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 18 Mar 2024 03:19:37 +0700 Subject: [PATCH] 1.0.8: fix2 --- build.gradle | 3 +-- common/build.gradle.kts | 5 ++--- gradle.properties | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index 97d5238..3868255 100644 --- a/build.gradle +++ b/build.gradle @@ -39,8 +39,7 @@ dependencies { // https://mvnrepository.com/artifact/org.bouncycastle/bcpg-jdk18on include 'org.bouncycastle:bcpg-jdk18on:1.77' - include "org.bouncycastle:bcutil-jdk18on:1.77" - //include 'org.bouncycastle:bcpkix-jdk18on:1.77' + include "org.bouncycastle:bcprov-ext-jdk18on:1.77" include 'org.json:json:20231013' include "net.lingala.zip4j:zip4j:2.11.5" diff --git a/common/build.gradle.kts b/common/build.gradle.kts index c4e6448..40b8a84 100644 --- a/common/build.gradle.kts +++ b/common/build.gradle.kts @@ -3,7 +3,7 @@ plugins { } group = "com.adamcalculator" -version = "1.0.7" +version = "1.0.8" repositories { mavenCentral() @@ -11,8 +11,7 @@ repositories { dependencies { implementation("org.bouncycastle:bcpg-jdk18on:1.77") - implementation("org.bouncycastle:bcutil-jdk18on:1.77") - //implementation("org.bouncycastle:bcpkix-jdk18on:1.77") + implementation("org.bouncycastle:bcprov-ext-jdk18on:1.77") // so larger for mod... 8 MB implementation("org.json:json:20231013") implementation("commons-codec:commons-codec:1.15") diff --git a/gradle.properties b/gradle.properties index e57a7cf..7e6d3ae 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,6 +12,6 @@ loader_version=0.15.7 fabric_version=0.92.0+1.20.1 # Mod Properties -mod_version=1.0.7-mc1.20.1 +mod_version=1.0.8-mc1.20.1 maven_group=com.adamcalculator archives_base_name=dynamicpack \ No newline at end of file