File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
8
8
}
9
9
dependencies {
10
- classpath ' com.android.tools.build:gradle:4.0.1 '
10
+ classpath ' com.android.tools.build:gradle:4.0.2 '
11
11
// NOTE: Do not place your application dependencies here; they belong
12
12
// in the individual module build.gradle files
13
13
}
Original file line number Diff line number Diff line change @@ -43,11 +43,11 @@ dependencies {
43
43
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
44
44
45
45
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"
47
47
api ' com.facebook.stetho:stetho-okhttp3:1.5.1'
48
48
49
49
testImplementation ' junit:junit:4.12'
50
- androidTestImplementation ' androidx.test:runner:1.2 .0'
50
+ androidTestImplementation ' androidx.test:runner:1.3 .0'
51
51
androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0'
52
52
}
53
53
You can’t perform that action at this time.
0 commit comments