Skip to content

Commit

Permalink
Update SQLCipher to 4.5.1-S1
Browse files Browse the repository at this point in the history
This reverts commit d1894ca.
  • Loading branch information
greyson-signal authored and cody-signal committed Jan 19, 2023
1 parent 8e313f8 commit 518d9b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ dependencyResolutionManagement {
alias('signal-aesgcmprovider').to('org.signal:aesgcmprovider:0.0.3')
alias('signal-argon2').to('org.signal:argon2:13.1')
alias('signal-ringrtc').to('org.signal:ringrtc-android:2.23.0')
alias('signal-android-database-sqlcipher').to('org.signal:android-database-sqlcipher:4.4.3-S8')
alias('signal-android-database-sqlcipher').to('org.signal:android-database-sqlcipher:4.5.1-S1')

// Third Party
alias('greenrobot-eventbus').to('org.greenrobot:eventbus:3.0.0')
Expand Down
6 changes: 3 additions & 3 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4570,9 +4570,9 @@ https://docs.gradle.org/current/userguide/dependency_verification.html
<sha256 value="6eb4422e8a618b3b76cb2096a3619d251f9e27989dc68307a1e5414c3710f2d1" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.signal" name="android-database-sqlcipher" version="4.4.3-S8">
<artifact name="android-database-sqlcipher-4.4.3-S8.aar">
<sha256 value="2f08e950d2c37ff9fc97ef178f86215f3fa7b50dc7e5621a94f58180fa96ed81" origin="Generated by Gradle"/>
<component group="org.signal" name="android-database-sqlcipher" version="4.5.1-S1">
<artifact name="android-database-sqlcipher-4.5.1-S1.aar">
<sha256 value="95429db69139e010ca4165bd38b066d80bc2dfd65c7d48496eb262186c9ec24a" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.signal" name="argon2" version="13.1">
Expand Down

0 comments on commit 518d9b3

Please sign in to comment.