We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 216b2f6 commit f0da467Copy full SHA for f0da467
library/build.gradle
@@ -42,13 +42,13 @@ android {
42
dependencies {
43
implementation fileTree(dir: 'libs', include: ['*.jar'])
44
45
- implementation 'androidx.appcompat:appcompat:1.2.0'
+ implementation 'androidx.appcompat:appcompat:1.3.0'
46
api "com.squareup.okhttp3:okhttp:4.9.0"
47
api 'com.facebook.stetho:stetho-okhttp3:1.5.1'
48
49
testImplementation 'junit:junit:4.12'
50
- androidTestImplementation 'androidx.test:runner:1.3.0'
51
- androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
+ androidTestImplementation 'androidx.test:runner:1.4.0'
+ androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
52
}
53
54
task androidSourcesJar(type: Jar) {
0 commit comments