File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ apply plugin: 'com.android.library'
1818
1919android {
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
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ apply plugin: 'com.android.application'
1818
1919android {
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'
You can’t perform that action at this time.
0 commit comments