Skip to content

Commit 79fa109

Browse files
committed
Bump AGP and dependencies
Signed-off-by: Patryk Miś <[email protected]>
1 parent a54f6f8 commit 79fa109

File tree

3 files changed

+451
-456
lines changed

3 files changed

+451
-456
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies {
99
}
1010

1111
buildscript {
12-
ext.kotlin_version = "2.2.20"
12+
ext.kotlin_version = "2.2.21"
1313
repositories {
1414
google()
1515
mavenCentral()
@@ -21,7 +21,7 @@ buildscript {
2121
// Gradle (used to drive the build) be a certain version or above. The
2222
// correspondence is tracked here:
2323
// https://developer.android.com/build/releases/gradle-plugin#updating-gradle
24-
classpath 'com.android.tools.build:gradle:8.13.0'
24+
classpath 'com.android.tools.build:gradle:8.13.1'
2525
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
2626
}
2727
}

0 commit comments

Comments
 (0)