Skip to content

Commit

Permalink
Fix crash by updating sqlcipher to 4.5.6, so proguard doesn't strip u…
Browse files Browse the repository at this point in the history
…sed classes anymore
  • Loading branch information
robbi5 committed Apr 23, 2024
1 parent 9a8770b commit 4cb24ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pretixscan/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ dependencies {
implementation "io.requery:requery:$requery_version"
implementation "io.requery:requery-android:$requery_version"
implementation "io.requery:requery-kotlin:$requery_version"
implementation 'net.zetetic:sqlcipher-android:4.5.5'
implementation 'net.zetetic:sqlcipher-android:4.5.6'
implementation "net.sourceforge.streamsupport:streamsupport-cfuture:$cfuture_version"
implementation "com.fasterxml.jackson.core:jackson-databind:$jackson_core_version"
implementation "com.fasterxml.jackson.module:jackson-module-kotlin:$jackson_kotlin_version"
Expand Down

0 comments on commit 4cb24ae

Please sign in to comment.