diff --git a/build.gradle.kts b/build.gradle.kts index fd7aef07..3fe9357b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -53,7 +53,7 @@ val coreVerName by extra(coreLatestTag) val androidMinSdkVersion by extra(28) val androidTargetSdkVersion by extra(35) val androidCompileSdkVersion by extra(35) -val androidCompileNdkVersion by extra("27.0.12077973") +val androidCompileNdkVersion by extra("27.1.12297006") val androidBuildToolsVersion by extra("35.0.0") val androidSourceCompatibility by extra(JavaVersion.VERSION_21) val androidTargetCompatibility by extra(JavaVersion.VERSION_21) diff --git a/core b/core index db9b97e5..ff04a688 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit db9b97e53d39bb06d8ba706b74ccf01a80f2221c +Subproject commit ff04a688222c18b154311cde344d312de6f53cce diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index b82aa23a..0aaefbca 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME