Skip to content

Commit 4aa864a

Browse files
Update dependency androidx.appcompat:appcompat to v1.6.1
1 parent d9bc387 commit 4aa864a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ android {
4545
}
4646

4747
dependencies {
48-
implementation 'androidx.appcompat:appcompat:1.4.1'
48+
implementation 'androidx.appcompat:appcompat:1.6.1'
4949
implementation 'androidx.fragment:fragment-ktx:1.4.1'
5050
implementation 'androidx.fragment:fragment:1.4.1'
5151

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies {
6363
androidTestImplementation('androidx.fragment:fragment-testing:1.4.1') {
6464
exclude group: 'androidx.test', module: 'monitor'
6565
}
66-
implementation 'androidx.appcompat:appcompat:1.4.1'
66+
implementation 'androidx.appcompat:appcompat:1.6.1'
6767
}
6868

6969
project.afterEvaluate {

0 commit comments

Comments
 (0)