Skip to content

Commit

Permalink
Stop using guava from Jitsi SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
yostyle committed Jun 6, 2024
1 parent 8e98382 commit 54e0d7c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ package im.vector.app.features.analytics

import android.content.Context
import android.util.LruCache
import com.google.common.hash.BloomFilter
import com.google.common.hash.Funnels
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.withContext
import org.checkerframework.com.google.common.hash.BloomFilter // TCHAP not use guava from Jitsi
import org.checkerframework.com.google.common.hash.Funnels // TCHAP not use guava from Jitsi
import timber.log.Timber
import java.io.File
import java.io.FileOutputStream
Expand Down

0 comments on commit 54e0d7c

Please sign in to comment.