diff --git a/app/build.gradle b/app/build.gradle index 60d713c..0ffa468 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,7 +17,7 @@ plugins { ext { artifactId = "lazysodium-android" groupId = "com.goterl" - version = '5.0.3' + version = '5.1.0' description = "Lazysodium (Android) makes it effortless for Android " + "developers to get started with Libsodium's cryptography." androidTestDir = "src/androidTest/java/com/goterl/lazysodium"