Skip to content

Commit fba3296

Browse files
committed
Remove redundant dependencies
1 parent 1a2a546 commit fba3296

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

android-wave-recorder/build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,8 @@ android {
3030

3131
dependencies {
3232
implementation fileTree(dir: 'libs', include: ['*.jar'])
33-
implementation 'androidx.appcompat:appcompat:1.6.1'
3433
implementation 'androidx.core:core-ktx:1.10.1'
34+
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.2'
3535
testImplementation 'junit:junit:4.13.2'
3636
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
37-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
38-
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1'
39-
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1'
4037
}

sample/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,5 @@ dependencies {
3838
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
3939
testImplementation 'junit:junit:4.13.2'
4040
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
41-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
42-
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1'
43-
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1'
4441
implementation project(':android-wave-recorder')
4542
}

0 commit comments

Comments
 (0)