Skip to content

Commit 7fe73a6

Browse files
author
Ferenc Gerlits
committed
Upgrade dependency versions
1 parent dd5f730 commit 7fe73a6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ android {
2222

2323
dependencies {
2424
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'
25+
implementation 'androidx.appcompat:appcompat:1.6.1'
26+
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
27+
testImplementation 'junit:junit:4.13.2'
28+
androidTestImplementation 'androidx.test:runner:1.5.2'
29+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
3030
}

0 commit comments

Comments
 (0)