Skip to content

Commit 13a522a

Browse files
committed
Bump example versions
1 parent dcdbecf commit 13a522a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

example/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ android {
2626

2727
dependencies {
2828
implementation fileTree(dir: 'libs', include: ['*.jar'])
29-
implementation 'androidx.appcompat:appcompat:1.0.2'
30-
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
31-
testImplementation 'junit:junit:4.12'
32-
androidTestImplementation 'androidx.test:runner:1.2.0'
33-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
29+
implementation 'androidx.appcompat:appcompat:1.2.0'
30+
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
31+
testImplementation 'junit:junit:4.13.1'
32+
androidTestImplementation 'androidx.test:runner:1.3.0'
33+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
3434
implementation project(':library')
3535
}

0 commit comments

Comments
 (0)