Skip to content

Commit 271cfb2

Browse files
Merge pull request #7 from AdamCalculator/fix-libs
1.0.7 FixCrash 1.20.1
2 parents c69d19d + a0fc19c commit 271cfb2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies {
3939

4040
// https://mvnrepository.com/artifact/org.bouncycastle/bcpg-jdk18on
4141
include 'org.bouncycastle:bcpg-jdk18on:1.77'
42-
//include 'org.bouncycastle:bcprov-jdk18on:1.77'
42+
include "org.bouncycastle:bcutil-jdk18on:1.77"
4343
//include 'org.bouncycastle:bcpkix-jdk18on:1.77'
4444
include 'org.json:json:20231013'
4545
include "net.lingala.zip4j:zip4j:2.11.5"

common/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ plugins {
33
}
44

55
group = "com.adamcalculator"
6-
version = "1.0.6"
6+
version = "1.0.7"
77

88
repositories {
99
mavenCentral()
1010
}
1111

1212
dependencies {
1313
implementation("org.bouncycastle:bcpg-jdk18on:1.77")
14-
//implementation("org.bouncycastle:bcprov-jdk18on:1.77")
14+
implementation("org.bouncycastle:bcutil-jdk18on:1.77")
1515
//implementation("org.bouncycastle:bcpkix-jdk18on:1.77")
1616
implementation("org.json:json:20231013")
1717

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ loader_version=0.15.7
1212
fabric_version=0.92.0+1.20.1
1313

1414
# Mod Properties
15-
mod_version=1.0.6-mc1.20.1
15+
mod_version=1.0.7-mc1.20.1
1616
maven_group=com.adamcalculator
1717
archives_base_name=dynamicpack

0 commit comments

Comments
 (0)