We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdaf049 commit bad4154Copy full SHA for bad4154
test-fixture/app/build.gradle
@@ -26,7 +26,7 @@ android {
26
dependencies {
27
implementation fileTree(dir: 'libs', include: ['*.jar'])
28
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
29
- implementation 'androidx.appcompat:appcompat:1.3.1'
+ implementation 'androidx.appcompat:appcompat:1.6.1'
30
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
31
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
32
}
0 commit comments