Skip to content

Commit

Permalink
Update dependencies and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Fi5t committed Mar 30, 2022
1 parent 42dc3ba commit 911326d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ object Dependencies {

object Lib {
private object Versions {
const val securityCrypto = "1.0.0-rc04"
const val securityCrypto = "1.0.0"
const val argon2 = "1.3.0"
const val coroutines = "1.4.2"
const val rxJava3 = "3.0.9"
const val rxJava3 = "3.1.4"
}

const val securityCrypto = "androidx.security:security-crypto:${Versions.securityCrypto}"
Expand Down
2 changes: 1 addition & 1 deletion gradle/publish.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ sonatype_repo=https://oss.sonatype.org/service/local/staging/deploy/maven2
license_name=MIT
license_url=http://opensource.org/licenses/MIT

lib_version=1.1.3
lib_version=1.2.0

0 comments on commit 911326d

Please sign in to comment.