Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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