Skip to content

Commit 6a080ad

Browse files
committed
test
1 parent 02ff2da commit 6a080ad

3 files changed

Lines changed: 1 addition & 5 deletions

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ segmentation-selfie = { module = "com.google.mlkit:segmentation-selfie", version
6363
semver4j = { module = "com.vdurmont:semver4j", version.ref = "semver4j" }
6464
webrtc = { module = "io.github.webrtc-sdk:android-prefixed", version.ref = "webrtc" }
6565

66-
androidx-annotation = { module = "androidx.annotation:annotation", version = "1.7.1" }
66+
androidx-annotation = { module = "androidx.annotation:annotation", version = "1.9.1" }
6767
androidx-activity-compose = { module = "androidx.activity:activity-compose", version = "1.9.0" }
6868
androidx-constraintlayout-compose = { module = "androidx.constraintlayout:constraintlayout-compose", version = "1.0.1" }
6969
auto-service-compiler = { module = "com.google.auto.service:auto-service", version.ref = "autoService" }

livekit-android-sdk/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,6 @@ dokkaHtml {
140140
}
141141

142142
dependencies {
143-
// For testing diffuse/dependency-diff
144-
implementation("com.google.guava:guava:33.5.0-android")
145143

146144
//api fileTree(dir: 'libs', include: ['*.jar'])
147145
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

livekit-android-sdk/src/main/java/io/livekit/android/LiveKit.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ package io.livekit.android
1818

1919
import android.app.Application
2020
import android.content.Context
21-
import com.google.common.base.Preconditions
2221
import io.livekit.android.LiveKit.loggingLevel
2322
import io.livekit.android.dagger.DaggerLiveKitComponent
2423
import io.livekit.android.dagger.RTCModule
@@ -102,7 +101,6 @@ object LiveKit {
102101
* A new api for diffuse
103102
*/
104103
fun newApi(someBool: Boolean): Boolean {
105-
Preconditions.checkArgument(someBool)
106104
return true
107105
}
108106

0 commit comments

Comments
 (0)