Skip to content

Commit

Permalink
Added SecureMemory
Browse files Browse the repository at this point in the history
  • Loading branch information
gurpreet- committed Jun 5, 2018
1 parent 7588ed3 commit e656da1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ plugins {
ext {
artifactId = "lazysodium-android"
groupId = "com.goterl.lazycode"
version = '2.2.1'
version = '2.3.0'
description = "Lazysodium (Android) makes it effortless for Android " +
"developers to get started with Libsodium's cryptography."
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public class SodiumAndroid extends com.goterl.lazycode.lazysodium.Sodium {

public SodiumAndroid() {
this("sodium");
onRegistered();
}

/**
Expand All @@ -35,7 +36,7 @@ public SodiumAndroid(String path) {
// such as x86 or x86_64 etc.
Native.register(Sodium.class, path);
Native.register(SodiumAndroid.class, path);

onRegistered();
}


Expand Down

0 comments on commit e656da1

Please sign in to comment.