diff --git a/app/build.gradle b/app/build.gradle index a5752c7..ebe5f35 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -45,7 +45,7 @@ android { } dependencies { - implementation 'androidx.appcompat:appcompat:1.4.1' + implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.fragment:fragment-ktx:1.4.1' implementation 'androidx.fragment:fragment:1.4.1' diff --git a/library/build.gradle b/library/build.gradle index e82556a..b12e911 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -63,7 +63,7 @@ dependencies { androidTestImplementation('androidx.fragment:fragment-testing:1.4.1') { exclude group: 'androidx.test', module: 'monitor' } - implementation 'androidx.appcompat:appcompat:1.4.1' + implementation 'androidx.appcompat:appcompat:1.6.1' } project.afterEvaluate {