We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e95894e commit e230facCopy full SHA for e230fac
app/build.gradle
@@ -28,7 +28,7 @@ android {
28
namespace 'me.zhanghai.android.files'
29
buildToolsVersion = '35.0.0'
30
compileSdk 35
31
- ndkVersion '27.1.12297006'
+ ndkVersion '27.2.12479018'
32
defaultConfig {
33
applicationId 'me.zhanghai.android.files'
34
minSdk 21
build.gradle
@@ -7,7 +7,7 @@
7
8
buildscript {
9
ext {
10
- kotlin_version = '2.0.20'
+ kotlin_version = '2.0.21'
11
}
12
repositories {
13
google()
0 commit comments