File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,8 @@ android {
30
30
31
31
dependencies {
32
32
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
33
- implementation ' androidx.appcompat:appcompat:1.6.1'
34
33
implementation ' androidx.core:core-ktx:1.10.1'
34
+ implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.6.2'
35
35
testImplementation ' junit:junit:4.13.2'
36
36
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'
40
37
}
Original file line number Diff line number Diff line change @@ -38,8 +38,5 @@ dependencies {
38
38
implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
39
39
testImplementation ' junit:junit:4.13.2'
40
40
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'
44
41
implementation project(' :android-wave-recorder' )
45
42
}
You can’t perform that action at this time.
0 commit comments