Update dependencies (#12)
This commit is contained in:
parent
332d99784e
commit
8fb330fe8e
|
|
@ -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)
|
||||
|
|
|
|||
2
core
2
core
|
|
@ -1 +1 @@
|
|||
Subproject commit db9b97e53d39bb06d8ba706b74ccf01a80f2221c
|
||||
Subproject commit ff04a688222c18b154311cde344d312de6f53cce
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue