Skip to content

Commit

Permalink
Updated version to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdapioneer committed Sep 6, 2024
1 parent 51a6370 commit 226d943
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Argon2Kt is licensed under the MIT license. See the [LICENSE file](https://githu
Add the dependency to your gradle.build file:

```groovy
implementation 'com.lambdapioneer.argon2kt:argon2kt:1.5.0'
implementation 'com.lambdapioneer.argon2kt:argon2kt:1.6.0'
```

Use the `Argon2Kt` class to hash and verify using Argon2:
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ android {
}

dependencies {
implementation project(":lib")
// implementation 'com.lambdapioneer.argon2kt:argon2kt:1.5.0'
// implementation project(":lib")
implementation 'com.lambdapioneer.argon2kt:argon2kt:1.6.0'

implementation "androidx.appcompat:appcompat:$appcompat_version"
implementation "androidx.core:core-ktx:$ktx_version"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android.nonFinalResIds=true
# Maven release configuration
GROUP=com.lambdapioneer.argon2kt
POM_ARTIFACT_ID=argon2kt
VERSION_NAME=1.5.0
VERSION_NAME=1.6.0

POM_NAME=Argon2kt
POM_DESCRIPTION=An Android/Kotlin binding for the Argon2 hash
Expand Down

0 comments on commit 226d943

Please sign in to comment.