From d297d98ea762e5b99caa9a9e077814ed7da49cb0 Mon Sep 17 00:00:00 2001 From: Hai Zhang Date: Wed, 10 Apr 2024 21:32:03 -0700 Subject: [PATCH] Build: Update dependencies --- app/build.gradle | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ed3a6ada8..1bcf30736 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,7 +28,7 @@ android { namespace 'me.zhanghai.android.files' buildToolsVersion = '34.0.0' compileSdk 34 - ndkVersion '26.2.11394342' + ndkVersion '26.3.11579264' defaultConfig { applicationId 'me.zhanghai.android.files' minSdk 21 diff --git a/build.gradle b/build.gradle index eca3cc0e5..c38ad2c86 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.3.1' + classpath 'com.android.tools.build:gradle:8.3.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong