Skip to content

Commit

Permalink
Merge pull request #7 from AdamCalculator/fix-libs
Browse files Browse the repository at this point in the history
1.0.7 FixCrash 1.20.1
  • Loading branch information
AdamCalculator authored Mar 17, 2024
2 parents c69d19d + a0fc19c commit 271cfb2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {

// https://mvnrepository.com/artifact/org.bouncycastle/bcpg-jdk18on
include 'org.bouncycastle:bcpg-jdk18on:1.77'
//include 'org.bouncycastle:bcprov-jdk18on:1.77'
include "org.bouncycastle:bcutil-jdk18on:1.77"
//include 'org.bouncycastle:bcpkix-jdk18on:1.77'
include 'org.json:json:20231013'
include "net.lingala.zip4j:zip4j:2.11.5"
Expand Down
4 changes: 2 additions & 2 deletions common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ plugins {
}

group = "com.adamcalculator"
version = "1.0.6"
version = "1.0.7"

repositories {
mavenCentral()
}

dependencies {
implementation("org.bouncycastle:bcpg-jdk18on:1.77")
//implementation("org.bouncycastle:bcprov-jdk18on:1.77")
implementation("org.bouncycastle:bcutil-jdk18on:1.77")
//implementation("org.bouncycastle:bcpkix-jdk18on:1.77")
implementation("org.json:json:20231013")

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ loader_version=0.15.7
fabric_version=0.92.0+1.20.1

# Mod Properties
mod_version=1.0.6-mc1.20.1
mod_version=1.0.7-mc1.20.1
maven_group=com.adamcalculator
archives_base_name=dynamicpack

0 comments on commit 271cfb2

Please sign in to comment.