Skip to content

Commit

Permalink
Merge pull request #392 from WalletConnect/releasefix/rc.3
Browse files Browse the repository at this point in the history
version bump for android security
  • Loading branch information
Talhaali00 authored Sep 5, 2022
2 parents 2639ab9 + 44784ca commit f6dff52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,6 @@ fun DependencyHandlerScope.timber() {
}

fun DependencyHandlerScope.security() {
val androidSecurityVersion = "1.0.0"
val androidSecurityVersion = "1.1.0-alpha01"
"implementation"("androidx.security:security-crypto:$androidSecurityVersion")
}

0 comments on commit f6dff52

Please sign in to comment.