Skip to content

Commit 0512bb8

Browse files
Update dependency androidx.appcompat:appcompat to v1.6.1
1 parent df69d49 commit 0512bb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040
implementation project(':universal_adapter')
4141

4242
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
43-
implementation 'androidx.appcompat:appcompat:1.3.1'
43+
implementation 'androidx.appcompat:appcompat:1.6.1'
4444
implementation 'androidx.core:core-ktx:1.6.0'
4545
implementation 'androidx.constraintlayout:constraintlayout:2.1.1'
4646

universal_adapter/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dependencies {
5353

5454
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
5555
implementation 'androidx.core:core-ktx:1.3.2'
56-
implementation 'androidx.appcompat:appcompat:1.2.0'
56+
implementation 'androidx.appcompat:appcompat:1.6.1'
5757
implementation 'com.google.android.material:material:1.3.0'
5858
//testImplementation 'junit:junit:4.13.2'
5959
//androidTestImplementation 'androidx.test.ext:junit:1.1.2'

0 commit comments

Comments
 (0)