Skip to content

Commit

Permalink
Updated other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chRyNaN committed Jul 30, 2021
1 parent f627f42 commit 11b4ec3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chords-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ android {
dependencies {
implementation "androidx.annotation:annotation:1.2.0"

implementation "androidx.appcompat:appcompat:1.3.0"
implementation "androidx.appcompat:appcompat:1.3.1"

implementation "com.chrynan.parcelable:parcelable-core:0.3.1"
implementation "com.chrynan.parcelable:parcelable-android:0.3.1"
Expand Down
4 changes: 2 additions & 2 deletions sample-compose/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ tasks.withType(org.gradle.jvm.tasks.Jar).all { duplicatesStrategy = DuplicatesSt

dependencies {
implementation "androidx.core:core-ktx:1.6.0"
implementation "androidx.appcompat:appcompat:1.3.0"
implementation "androidx.appcompat:appcompat:1.3.1"
implementation "com.google.android.material:material:1.4.0"

implementation "androidx.activity:activity-compose:1.3.0-beta02"
implementation "androidx.activity:activity-compose:1.3.0"
}

0 comments on commit 11b4ec3

Please sign in to comment.