Skip to content

Commit a9bee08

Browse files
Update all dependencies (#104)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4524283 commit a9bee08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies {
6363
implementation 'androidx.core:core-ktx:1.15.0'
6464
implementation 'androidx.appcompat:appcompat:1.7.0'
6565
implementation 'com.google.android.material:material:1.12.0'
66-
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
66+
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
6767
testImplementation 'junit:junit:4.13.2'
6868
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
6969
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ buildscript {
2222
mavenCentral()
2323
}
2424
dependencies {
25-
classpath 'com.android.tools.build:gradle:8.8.1'
25+
classpath 'com.android.tools.build:gradle:8.8.2'
2626
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
2727

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

0 commit comments

Comments
 (0)