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 d9bc387 commit 4aa864aCopy full SHA for 4aa864a
app/build.gradle
@@ -45,7 +45,7 @@ android {
45
}
46
47
dependencies {
48
- implementation 'androidx.appcompat:appcompat:1.4.1'
+ implementation 'androidx.appcompat:appcompat:1.6.1'
49
implementation 'androidx.fragment:fragment-ktx:1.4.1'
50
implementation 'androidx.fragment:fragment:1.4.1'
51
library/build.gradle
@@ -63,7 +63,7 @@ dependencies {
63
androidTestImplementation('androidx.fragment:fragment-testing:1.4.1') {
64
exclude group: 'androidx.test', module: 'monitor'
65
66
67
68
69
project.afterEvaluate {
0 commit comments