Skip to content

Commit 5fecc2e

Browse files
authored
Merge pull request #8 from Kotlin-Android-Open-Source/renovate/all-deps
chore(deps): update all dependencies
2 parents 0556763 + d4f8593 commit 5fecc2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies {
4343
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
4444

4545
// viewModels
46-
implementation "androidx.fragment:fragment-ktx:1.4.0"
46+
implementation "androidx.fragment:fragment-ktx:1.4.1"
4747

4848
testImplementation 'junit:junit:4.13.2'
4949
androidTestImplementation 'androidx.test.ext:junit:1.1.3'

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
mavenCentral()
99
}
1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:7.1.0'
11+
classpath 'com.android.tools.build:gradle:7.1.1'
1212
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1313

1414
// NOTE: Do not place your application dependencies here; they belong

0 commit comments

Comments
 (0)