Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianEstrada committed Apr 17, 2018
1 parent 2115af8 commit be67804
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ The following methods are available for encrypting/decrypting data
// Long Encrypt/Decrypt
Locksmith.getInstance().encryptLong(data: Long): String
Locksmith.getInstance().decryptLong(data: String): Long
```.
```

***Note: if you're using kotlin you need to be sure to catch `LocksmithEncryptionException` and handle the errors appropriately (see the section below for how to do that)***

Expand Down
2 changes: 1 addition & 1 deletion locksmith/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
compileSdkVersion 27

defaultConfig {
minSdkVersion 21
minSdkVersion 19
targetSdkVersion 27
versionCode 1
versionName "1.0"
Expand Down
2 changes: 1 addition & 1 deletion locksmith/maven-push.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ allprojects { ext."signing.password" = System.getenv('password') }

// Artifact settings
def _group = 'dk.nodes.locksmith'
def _version = '1.0.3'
def _version = '1.0.4'
def _archivesBaseName = 'core'

def _name = 'Locksmith Encryption Library'
Expand Down

0 comments on commit be67804

Please sign in to comment.