Skip to content

Commit

Permalink
Merge pull request #140 from chenxiaolong/deps
Browse files Browse the repository at this point in the history
Update all dependencies
  • Loading branch information
chenxiaolong authored Oct 3, 2022
2 parents 16296bf + 34c81cf commit 0a69cc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,11 @@ android {
}

dependencies {
implementation("androidx.activity:activity-ktx:1.5.1")
implementation("androidx.activity:activity-ktx:1.6.0")
implementation("androidx.appcompat:appcompat:1.5.1")
implementation("androidx.core:core-ktx:1.9.0")
implementation("androidx.documentfile:documentfile:1.0.1")
implementation("androidx.fragment:fragment-ktx:1.5.2")
implementation("androidx.fragment:fragment-ktx:1.5.3")
implementation("androidx.preference:preference-ktx:1.2.0")
implementation("com.google.android.material:material:1.6.1")
testImplementation("junit:junit:4.13.2")
Expand Down

0 comments on commit 0a69cc3

Please sign in to comment.