Skip to content

Commit

Permalink
Revert app depencency testing change
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdapioneer committed Sep 6, 2024
1 parent 226d943 commit 30c2b7a
Showing 1 changed file with 2 additions and 2 deletions.
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.6.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

0 comments on commit 30c2b7a

Please sign in to comment.