Skip to content

Commit

Permalink
Build: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghai committed Oct 21, 2024
1 parent e95894e commit e230fac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android {
namespace 'me.zhanghai.android.files'
buildToolsVersion = '35.0.0'
compileSdk 35
ndkVersion '27.1.12297006'
ndkVersion '27.2.12479018'
defaultConfig {
applicationId 'me.zhanghai.android.files'
minSdk 21
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

buildscript {
ext {
kotlin_version = '2.0.20'
kotlin_version = '2.0.21'
}
repositories {
google()
Expand Down

0 comments on commit e230fac

Please sign in to comment.