We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2877768 commit 806f3caCopy full SHA for 806f3ca
ble/build.gradle
@@ -57,12 +57,12 @@ android {
57
58
dependencies {
59
//noinspection GradleDependency
60
- api 'androidx.annotation:annotation:1.1.0'
61
- implementation 'androidx.appcompat:appcompat:1.2.0'
+ api 'androidx.annotation:annotation:1.5.0'
+ implementation 'androidx.appcompat:appcompat:1.5.1'
62
63
- testImplementation 'junit:junit:4.13.1'
64
- androidTestImplementation 'androidx.test:runner:1.3.0'
65
- androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
+ testImplementation 'junit:junit:4.13.2'
+ androidTestImplementation 'androidx.test:runner:1.4.0'
+ androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
66
}
67
68
/*
0 commit comments