diff --git a/test-fixture/app/build.gradle b/test-fixture/app/build.gradle index 82b4d4f50..c795d51f1 100644 --- a/test-fixture/app/build.gradle +++ b/test-fixture/app/build.gradle @@ -26,7 +26,7 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation 'androidx.appcompat:appcompat:1.3.1' + implementation 'androidx.appcompat:appcompat:1.6.1' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' }