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