Skip to content

Commit

Permalink
Updated version to v0.4.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdapioneer committed Feb 29, 2024
1 parent e5ec664 commit f92cead
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.3.0")
//implementation("com.lambdapioneer.sloth:sloth-pwhash-libsodium:0.3.0")
//implementation("com.lambdapioneer.sloth:sloth:0.4.0-rc1")
//implementation("com.lambdapioneer.sloth:sloth-pwhash-libsodium:0.4.0-rc1")

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.3.0
POM_VERSION=0.4.0-rc1

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

0 comments on commit f92cead

Please sign in to comment.