File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
import java.io.ByteArrayOutputStream
2
2
3
3
plugins {
4
- id(" com.android.library" ) version " 8.3.2 " apply false
4
+ id(" com.android.library" ) version " 8.5.0 " apply false
5
5
}
6
6
7
7
val commitHash: String by extra {
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ val abiList: List<String> by rootProject.extra
14
14
android {
15
15
namespace = " com.example.library"
16
16
compileSdkVersion = " android-34"
17
- ndkVersion = " 26.3.11579264 "
17
+ ndkVersion = " 27.0.12077973 "
18
18
defaultConfig {
19
19
minSdk = 21
20
20
externalNativeBuild {
You can’t perform that action at this time.
0 commit comments