Skip to content

Commit

Permalink
Change to fork
Browse files Browse the repository at this point in the history
  • Loading branch information
joshliebe committed Dec 19, 2024
1 parent 13107db commit 564939f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -424,10 +424,12 @@ dependencies {
implementation "io.reactivex.rxjava2:rxandroid:_"
implementation JakeWharton.timber
implementation 'nl.dionsegijn:konfetti:1.2.5'
implementation("org.iq80.leveldb:leveldb:_") {
implementation("io.github.pcmind:leveldb:1.2") {
exclude group: 'com.google.guava', module: 'guava'
}

// Required by LevelDB
implementation("org.iq80.snappy:snappy:0.4")
implementation("com.google.guava:guava:_")

// RxRelay
Expand Down

0 comments on commit 564939f

Please sign in to comment.