Skip to content

Commit

Permalink
Version change to 0.0.3 (1905283)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptsiogas4 committed May 29, 2019
1 parent 3572a0d commit 27cd0f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ dependencies {
```kotlin
SecureBoxHelper.instance.encryptString("testVar", "sampleText", "mySecurePassword")
SecureBoxHelper.instance.decryptString("testVar", "mySecurePassword")
OR
SecureBoxHelper.instance.encryptString("testVar", "sampleText")
SecureBoxHelper.instance.decryptString("testVar")

SecureBoxHelper.instance.deleteString("testVar")
SecureBoxHelper.instance.deleteAllStrings()
```
Expand Down
4 changes: 2 additions & 2 deletions securebox/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
versionCode 1905282
versionName "0.0.2"
versionCode 1905283
versionName "0.0.3"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit 27cd0f5

Please sign in to comment.