Skip to content

Commit

Permalink
Refactor: Add note about SMBJ regression
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghai committed Apr 17, 2024
1 parent ebaff46 commit 5c35f2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ dependencies {
implementation 'com.drakeet.drawer:drawer:1.0.3'
implementation 'com.h6ah4i.android.materialshadowninepatch:materialshadowninepatch:1.0.0'
implementation 'com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:1.0.0'
// SMBJ 0.12.0 breaks anonymous authentication: https://github.com/hierynomus/smbj/issues/792
//noinspection GradleDependency
implementation ('com.hierynomus:smbj:0.11.5') {
// org.bouncycastle:bcprov-jdk15on uses bytecode version unsupported by Jetifier, so use
// org.bouncycastle:bcprov-jdk15to18 instead.
Expand Down

0 comments on commit 5c35f2d

Please sign in to comment.