Skip to content

Commit

Permalink
Merge pull request #70 from chenxiaolong/deps
Browse files Browse the repository at this point in the history
build.gradle.kts: Update all dependencies
  • Loading branch information
chenxiaolong authored Jun 5, 2022
2 parents b8c1e0a + 11afde5 commit 5cae62c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,12 @@ android {

dependencies {
implementation("androidx.activity:activity-ktx:1.4.0")
implementation("androidx.appcompat:appcompat:1.4.1")
implementation("androidx.core:core-ktx:1.7.0")
implementation("androidx.appcompat:appcompat:1.4.2")
implementation("androidx.core:core-ktx:1.8.0")
implementation("androidx.documentfile:documentfile:1.0.1")
implementation("androidx.fragment:fragment-ktx:1.4.1")
implementation("androidx.preference:preference-ktx:1.2.0")
implementation("com.google.android.material:material:1.6.0")
implementation("com.google.android.material:material:1.6.1")
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.1.3")
androidTestImplementation("androidx.test.espresso:espresso-core:3.4.0")
Expand Down

0 comments on commit 5cae62c

Please sign in to comment.