Skip to content

Commit

Permalink
Merge pull request #10 from AdamCalculator/fix-try2
Browse files Browse the repository at this point in the history
1.0.8: fix2
  • Loading branch information
AdamCalculator authored Mar 17, 2024
2 parents 271cfb2 + 9645b3c commit be30c8f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
5 changes: 2 additions & 3 deletions common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@ plugins {
}

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

repositories {
mavenCentral()
}

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")
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.7-mc1.20.1
mod_version=1.0.8-mc1.20.1
maven_group=com.adamcalculator
archives_base_name=dynamicpack

0 comments on commit be30c8f

Please sign in to comment.