Skip to content

Commit

Permalink
Updated version to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdapioneer committed Jan 11, 2024
1 parent a53b1a6 commit 03aaaaa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add the following dependency to your gradle build file (using Kotlin DSL syntax)

```kotlin
dependencies {
implementation("com.lambdapioneer.sloth:sloth:0.2.0")
implementation("com.lambdapioneer.sloth:sloth:0.3.0")
// ...
}
```
Expand Down Expand Up @@ -119,7 +119,7 @@ By keeping it separate we can avoid the overhead of including the Libsodium libr

```kotlin
dependencies {
implementation("com.lambdapioneer.sloth:sloth-pwhash-libsodium:0.2.0")
implementation("com.lambdapioneer.sloth:sloth-pwhash-libsodium:0.3.0")
// ...
}
```
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ android {
dependencies {
implementation(project(":sloth"))
implementation(project(":sloth-pwhash-libsodium"))
//implementation("com.lambdapioneer.sloth:sloth:0.2.0")
//implementation("com.lambdapioneer.sloth:sloth-pwhash-libsodium:0.2.0")
//implementation("com.lambdapioneer.sloth:sloth:0.3.0")
//implementation("com.lambdapioneer.sloth:sloth-pwhash-libsodium:0.3.0")

implementation(platform(libs.compose.bom))
implementation(libs.activity.compose)
Expand Down
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ android.useAndroidX=true
kotlin.code.style=official
android.nonTransitiveRClass=true

POM_VERSION=0.2.0
POM_VERSION=0.3.0

POM_URL=https://github.com/lambdapioneer/sloth/android
POM_LICENCE_NAME=MIT License
Expand Down

0 comments on commit 03aaaaa

Please sign in to comment.