Skip to content

Commit

Permalink
Lowered the test library versions for compatibility with API level 16
Browse files Browse the repository at this point in the history
  • Loading branch information
gkonovalov committed Nov 30, 2024
1 parent 6119bae commit 1cd2aee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webrtc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies {
implementation(platform('org.jetbrains.kotlin:kotlin-bom:1.8.21'))

testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test:runner:1.6.2'
androidTestImplementation 'androidx.test.ext:junit-ktx:1.2.1'
androidTestImplementation 'androidx.test:runner:1.4.0'
androidTestImplementation 'androidx.test.ext:junit-ktx:1.1.4'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
}

0 comments on commit 1cd2aee

Please sign in to comment.