Skip to content

Commit

Permalink
Upgrade dependencies of the sample app
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurg committed May 17, 2023
1 parent 7fdbcb7 commit 0b5f68f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android {
}

dependencies {
implementation "androidx.core:core-ktx:1.9.0"
implementation "com.google.android.material:material:1.6.1"
implementation "androidx.core:core-ktx:1.10.1"
implementation "com.google.android.material:material:1.9.0"
implementation project(":lib")
}

0 comments on commit 0b5f68f

Please sign in to comment.