Commit 3fe0687 1 parent 95637b5 commit 3fe0687 Copy full SHA for 3fe0687
File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ gradle.taskGraph.whenReady {
39
39
android {
40
40
compileSdkVersion 35
41
41
42
- ndkVersion " 28.0.12674087 "
42
+ ndkVersion " 28.0.13004108 "
43
43
44
44
sourceSets {
45
45
main. java. srcDirs + = ' src/main/kotlin'
Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ subprojects {
36
36
}
37
37
}
38
38
39
- // override the kotlin language version for each dependencies to 2.1.0
39
+ // override the kotlin language version for each dependencies to 2.1.10
40
40
configurations. all {
41
41
resolutionStrategy. eachDependency { details ->
42
42
if (details. requested. group == ' org.jetbrains.kotlin' && details. requested. name == ' kotlin-gradle-plugin' ) {
43
- details. useVersion ' 2.1.0 '
43
+ details. useVersion ' 2.1.10 '
44
44
}
45
45
}
46
46
}
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https://services.gradle.org/distributions/gradle-8.12-bin.zip
6
+ distributionUrl =https://services.gradle.org/distributions/gradle-8.12.1 -bin.zip
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ pluginManagement {
19
19
plugins {
20
20
id " dev.flutter.flutter-plugin-loader" version " 1.0.0"
21
21
id " com.android.application" version " 8.8.0" apply false
22
- id " org.jetbrains.kotlin.android" version " 2.1.0 " apply false
22
+ id " org.jetbrains.kotlin.android" version " 2.1.10 " apply false
23
23
}
24
24
25
25
include " :app"
You can’t perform that action at this time.
0 commit comments