Skip to content

Commit d8c626d

Browse files
authored
Merge pull request #128 from hannesa2/dependabot/gradle/androidx.appcompat-appcompat-1.6.0
Bump appcompat from 1.5.1 to 1.6.0
2 parents 584b404 + 7982447 commit d8c626d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ android {
2020
}
2121

2222
dependencies {
23-
implementation 'androidx.appcompat:appcompat:1.5.1'
23+
implementation 'androidx.appcompat:appcompat:1.6.0'
2424
implementation project(':library')
2525
implementation "androidx.core:core-ktx:1.9.0"
2626
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

0 commit comments

Comments
 (0)