We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f1a0ce commit 5dd3adfCopy full SHA for 5dd3adf
app/build.gradle
@@ -41,7 +41,7 @@ dependencies {
41
implementation deps.androidxCore
42
//noinspection GradleDependency
43
implementation 'androidx.core:core-ktx:1.7.0'
44
- implementation 'androidx.appcompat:appcompat:1.5.1'
+ implementation 'androidx.appcompat:appcompat:1.7.1'
45
46
implementation deps.material
47
testImplementation deps.junit
library/build.gradle
@@ -49,7 +49,7 @@ dependencies {
49
api deps.androidxLifecycle
50
implementation deps.androidxAnnotations
51
52
- compileOnly 'androidx.appcompat:appcompat:1.5.1'
+ compileOnly 'androidx.appcompat:appcompat:1.7.1'
53
54
55
0 commit comments