Skip to content

Commit f0da467

Browse files
committed
Bump versions
1 parent 216b2f6 commit f0da467

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ android {
4242
dependencies {
4343
implementation fileTree(dir: 'libs', include: ['*.jar'])
4444

45-
implementation 'androidx.appcompat:appcompat:1.2.0'
45+
implementation 'androidx.appcompat:appcompat:1.3.0'
4646
api "com.squareup.okhttp3:okhttp:4.9.0"
4747
api 'com.facebook.stetho:stetho-okhttp3:1.5.1'
4848

4949
testImplementation 'junit:junit:4.12'
50-
androidTestImplementation 'androidx.test:runner:1.3.0'
51-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
50+
androidTestImplementation 'androidx.test:runner:1.4.0'
51+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
5252
}
5353

5454
task androidSourcesJar(type: Jar) {

0 commit comments

Comments
 (0)