diff --git a/app/build.gradle b/app/build.gradle index fe12757..5ae0540 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,7 +17,7 @@ plugins { ext { artifactId = "lazysodium-android" groupId = "com.goterl" - version = '5.0.0' + version = '5.0.1' description = "Lazysodium (Android) makes it effortless for Android " + "developers to get started with Libsodium's cryptography." androidTestDir = "src/androidTest/java/com/goterl/lazysodium" @@ -125,8 +125,8 @@ dependencies { }) androidTestImplementation 'com.android.support.test:runner:1.0.2' androidTestImplementation 'com.android.support.test:rules:1.0.2' - testImplementation 'junit:junit:4.12' - implementation 'net.java.dev.jna:jna:5.5.0@aar' + testImplementation 'junit:junit:4.13.2' + implementation 'net.java.dev.jna:jna:5.8.0@aar' } Signature.metaClass.getToSignArtifact = { -> diff --git a/build.gradle b/build.gradle index 647e0c6..739d055 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ buildscript { repositories { google() - jcenter() + mavenCentral() } dependencies { classpath 'com.android.tools.build:gradle:3.2.1' @@ -24,8 +24,13 @@ buildscript { allprojects { repositories { google() - jcenter() mavenCentral() + jcenter { + content { + // https://youtrack.jetbrains.com/issue/IDEA-261387 + includeModule("org.jetbrains.trove4j", "trove4j") + } + } } } diff --git a/lazysodium-java b/lazysodium-java index 47cace9..bc6eb03 160000 --- a/lazysodium-java +++ b/lazysodium-java @@ -1 +1 @@ -Subproject commit 47cace9e42e022e72f5be25f61e8ce1ee8b80495 +Subproject commit bc6eb0366589ec709a8f14c6c94d6c4f0b67887a