We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7f2219 commit 017839aCopy full SHA for 017839a
build.gradle
@@ -121,7 +121,7 @@ dependencies {
121
def SUPPORT_LIBRARY_VERSION = "1.0.0"
122
implementation "androidx.legacy:legacy-support-v4:${SUPPORT_LIBRARY_VERSION}"
123
implementation "androidx.legacy:legacy-support-v13:${SUPPORT_LIBRARY_VERSION}"
124
- implementation "androidx.appcompat:appcompat:${SUPPORT_LIBRARY_VERSION}"
+ implementation "androidx.appcompat:appcompat:1.2.0"
125
implementation "com.google.android.material:material:${SUPPORT_LIBRARY_VERSION}"
126
implementation "androidx.preference:preference:${SUPPORT_LIBRARY_VERSION}"
127
implementation "androidx.legacy:legacy-preference-v14:${SUPPORT_LIBRARY_VERSION}"
0 commit comments