Skip to content

Commit

Permalink
Merge pull request #86 from AppDevNext/dependabot/gradle/androidx.app…
Browse files Browse the repository at this point in the history
…compat-appcompat-1.4.0

Bump appcompat from 1.3.1 to 1.4.0
  • Loading branch information
hannesa2 authored Nov 17, 2021
2 parents b4dc63e + 0fdd746 commit 1560279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ android {
dependencies {
implementation project(':ChangeLogLib')
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation "androidx.appcompat:appcompat:1.3.1"
implementation "androidx.appcompat:appcompat:1.4.0"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
}

0 comments on commit 1560279

Please sign in to comment.