We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd5f730 commit 7fe73a6Copy full SHA for 7fe73a6
1 file changed
app/build.gradle
@@ -22,9 +22,9 @@ android {
22
23
dependencies {
24
implementation fileTree(dir: 'libs', include: ['*.jar'])
25
- implementation 'androidx.appcompat:appcompat:1.1.0'
26
- implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
27
- testImplementation 'junit:junit:4.12'
28
- androidTestImplementation 'androidx.test:runner:1.2.0'
29
- androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
+ implementation 'androidx.appcompat:appcompat:1.6.1'
+ implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
+ testImplementation 'junit:junit:4.13.2'
+ androidTestImplementation 'androidx.test:runner:1.5.2'
+ androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
30
}
0 commit comments