We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89185a5 commit bd7d161Copy full SHA for bd7d161
1 file changed
app/build.gradle
@@ -43,9 +43,9 @@ dependencies {
43
implementation "com.google.android.material:material:1.13.0"
44
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
45
46
- androidTestImplementation "androidx.test.ext:junit-ktx:1.2.1"
+ androidTestImplementation "androidx.test.ext:junit-ktx:1.3.0"
47
androidTestUtil "androidx.test.services:test-services:1.6.0"
48
- androidTestImplementation "androidx.test.espresso:espresso-core:3.6.1"
+ androidTestImplementation "androidx.test.espresso:espresso-core:3.7.0"
49
}
50
51
static def getGitCommitCount() {
0 commit comments