Skip to content

Commit 2940e88

Browse files
committed
Bump to latest versions
1 parent 60ee154 commit 2940e88

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77

88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:4.0.1'
10+
classpath 'com.android.tools.build:gradle:4.0.2'
1111
// NOTE: Do not place your application dependencies here; they belong
1212
// in the individual module build.gradle files
1313
}

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ dependencies {
4343
implementation fileTree(dir: 'libs', include: ['*.jar'])
4444

4545
implementation 'androidx.appcompat:appcompat:1.2.0'
46-
api "com.squareup.okhttp3:okhttp:4.5.0"
46+
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.2.0'
50+
androidTestImplementation 'androidx.test:runner:1.3.0'
5151
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
5252
}
5353

0 commit comments

Comments
 (0)