diff --git a/app/build.gradle b/app/build.gradle index 1d38728..7ccb9d8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ dependencies { implementation 'commons-cli:commons-cli' implementation project(':lib') implementation project(':ext') - // might be removed if I move BC ops to the lib - testImplementation 'org.bouncycastle:bcpkix-jdk18on' + // might be removed if I move BC ops to the lib + testImplementation 'org.bouncycastle:bcpkix-jdk18on' } application { diff --git a/settings.gradle b/settings.gradle index 6f2c41d..25ba583 100644 --- a/settings.gradle +++ b/settings.gradle @@ -6,7 +6,7 @@ pluginManagement { plugins { // Apply the foojay-resolver plugin to allow automatic download of JDKs - id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0' + id 'org.gradle.toolchains.foojay-resolver-convention' version '1.0.0' } rootProject.name = 'ZeroEcho'