Skip to content

Commit 9a62804

Browse files
committed
Build: Update dependencies
1 parent 23e852f commit 9a62804

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ buildscript {
2020
mavenCentral()
2121
}
2222
dependencies {
23-
classpath 'com.android.tools.build:gradle:8.13.0'
24-
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.34.0'
23+
classpath 'com.android.tools.build:gradle:8.13.2'
24+
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.35.0'
2525
}
2626
}
2727

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ apply plugin: 'com.android.library'
1818

1919
android {
2020
namespace 'me.zhanghai.android.libarchive'
21-
buildToolsVersion = '36.0.0'
21+
buildToolsVersion = '36.1.0'
2222
compileSdk = 36
23-
ndkVersion '28.1.13356709'
23+
ndkVersion '29.0.14206865'
2424
defaultConfig {
2525
minSdk 21
2626
targetSdk 36

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ apply plugin: 'com.android.application'
1818

1919
android {
2020
namespace 'me.zhanghai.android.libarchive.sample'
21-
buildToolsVersion = '36.0.0'
21+
buildToolsVersion = '36.1.0'
2222
compileSdk = 36
2323
defaultConfig {
2424
applicationId 'me.zhanghai.android.libarchive.sample'

0 commit comments

Comments
 (0)