Skip to content

Commit 6f14306

Browse files
committed
Updated NDK, AGP and Gradle
1 parent 9cdb797 commit 6f14306

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import java.io.ByteArrayOutputStream
22

33
plugins {
4-
id("com.android.library") version "8.3.2" apply false
4+
id("com.android.library") version "8.5.0" apply false
55
}
66

77
val commitHash: String by extra {

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
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
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

module/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ val abiList: List<String> by rootProject.extra
1414
android {
1515
namespace = "com.example.library"
1616
compileSdkVersion = "android-34"
17-
ndkVersion = "26.3.11579264"
17+
ndkVersion = "27.0.12077973"
1818
defaultConfig {
1919
minSdk = 21
2020
externalNativeBuild {

0 commit comments

Comments
 (0)