We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0556763 + d4f8593 commit 5fecc2eCopy full SHA for 5fecc2e
app/build.gradle
@@ -43,7 +43,7 @@ dependencies {
43
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
44
45
// viewModels
46
- implementation "androidx.fragment:fragment-ktx:1.4.0"
+ implementation "androidx.fragment:fragment-ktx:1.4.1"
47
48
testImplementation 'junit:junit:4.13.2'
49
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
build.gradle
@@ -8,7 +8,7 @@ buildscript {
8
mavenCentral()
9
}
10
dependencies {
11
- classpath 'com.android.tools.build:gradle:7.1.0'
+ classpath 'com.android.tools.build:gradle:7.1.1'
12
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
13
14
// NOTE: Do not place your application dependencies here; they belong
0 commit comments