Skip to content

Commit e230fac

Browse files
committed
Build: Update dependencies
1 parent e95894e commit e230fac

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
@@ -28,7 +28,7 @@ android {
2828
namespace 'me.zhanghai.android.files'
2929
buildToolsVersion = '35.0.0'
3030
compileSdk 35
31-
ndkVersion '27.1.12297006'
31+
ndkVersion '27.2.12479018'
3232
defaultConfig {
3333
applicationId 'me.zhanghai.android.files'
3434
minSdk 21

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
buildscript {
99
ext {
10-
kotlin_version = '2.0.20'
10+
kotlin_version = '2.0.21'
1111
}
1212
repositories {
1313
google()

0 commit comments

Comments
 (0)