File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ apply plugin: 'com.google.firebase.crashlytics'
2626
2727android {
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'
Original file line number Diff line number Diff line change 77
88buildscript {
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
You can’t perform that action at this time.
0 commit comments