Skip to content

Commit

Permalink
fixed supportCompat to 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dario Elyasy authored and beyondeye committed May 17, 2023
1 parent ba91db0 commit 3157a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildsystem/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ext.libraries = [
supportMultidex : "androidx.multidex:multidex:2.0.1",
// UI libs. see https://developer.android.com/jetpack/androidx/migrate for migrating to androidx
//https://developer.android.com/jetpack/androidx/versions
supportCompat : "androidx.core:core:1.6.0",
supportCompat : "androidx.core:core:1.10.1",
supportAppCompat : "androidx.appcompat:appcompat:1.6.1",
supportCardView : "androidx.cardview:cardview:1.0.0",
supportPalette : "androidx.palette:palette:1.0.0",
Expand Down

0 comments on commit 3157a98

Please sign in to comment.