Skip to content

Commit 2eb2fad

Browse files
committed
Build: Update dependencies
1 parent 228712e commit 2eb2fad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ apply plugin: 'com.google.firebase.crashlytics'
2626

2727
android {
2828
namespace 'me.zhanghai.android.files'
29-
buildToolsVersion = '36.0.0'
30-
compileSdk 36
29+
buildToolsVersion = '37.0.0'
30+
compileSdk = 37
3131
ndkVersion '28.1.13356709'
3232
defaultConfig {
3333
applicationId 'me.zhanghai.android.files'

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77

88
buildscript {
99
ext {
10-
kotlin_version = '2.1.21'
10+
kotlin_version = '2.3.20'
1111
}
1212
repositories {
1313
google()
1414
mavenCentral()
1515
}
1616
dependencies {
17-
classpath 'com.android.tools.build:gradle:8.11.1'
17+
classpath 'com.android.tools.build:gradle:8.13.2'
1818
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1919

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

0 commit comments

Comments
 (0)