Skip to content

Commit 8fb330f

Browse files
authored
Update dependencies (#12)
1 parent 332d997 commit 8fb330f

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
@@ -53,7 +53,7 @@ val coreVerName by extra(coreLatestTag)
5353
val androidMinSdkVersion by extra(28)
5454
val androidTargetSdkVersion by extra(35)
5555
val androidCompileSdkVersion by extra(35)
56-
val androidCompileNdkVersion by extra("27.0.12077973")
56+
val androidCompileNdkVersion by extra("27.1.12297006")
5757
val androidBuildToolsVersion by extra("35.0.0")
5858
val androidSourceCompatibility by extra(JavaVersion.VERSION_21)
5959
val androidTargetCompatibility by extra(JavaVersion.VERSION_21)

core

Submodule core updated 55 files

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.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)