File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ plugins {
33}
44
55group = " com.adamcalculator"
6- version = " 1.0.6 "
6+ version = " 1.0.7 "
77
88repositories {
99 mavenCentral()
1010}
1111
1212dependencies {
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
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ loader_version=0.15.7
1212fabric_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
1616maven_group =com.adamcalculator
1717archives_base_name =dynamicpack
You can’t perform that action at this time.
0 commit comments