File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 uses : subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e # v2.21.0
2929 with :
3030 cache : true
31- - uses : gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0.0
31+ - uses : gradle/actions/setup-gradle@f29f5a9d7b09a7c6b29859002d29d24e1674c884 # v5.0.1
3232 - run : echo JAVA_HOME=$JAVA_HOME_17_X64 >> $GITHUB_ENV
3333
3434 - run : flutter build apk --debug
Original file line number Diff line number Diff line change 2323 uses : subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e # v2.21.0
2424 with :
2525 cache : true
26- - uses : gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0.0
26+ - uses : gradle/actions/setup-gradle@f29f5a9d7b09a7c6b29859002d29d24e1674c884 # v5.0.1
2727 with :
2828 # only update gradle cache from demo_app.yml jobs
2929 cache-read-only : true
Original file line number Diff line number Diff line change @@ -18,8 +18,10 @@ android {
1818 targetCompatibility = JavaVersion .VERSION_11
1919 }
2020
21- kotlinOptions {
22- jvmTarget = JavaVersion .VERSION_11 .toString()
21+ kotlin {
22+ compilerOptions {
23+ jvmTarget = org.jetbrains.kotlin.gradle.dsl.JvmTarget .JVM_11
24+ }
2325 }
2426
2527 defaultConfig {
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22distributionPath =wrapper/dists
33zipStoreBase =GRADLE_USER_HOME
44zipStorePath =wrapper/dists
5- distributionUrl =https\://services.gradle.org/distributions/gradle-9.0.0 -all.zip
5+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.3.1 -all.zip
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ pluginManagement {
1818
1919plugins {
2020 id(" dev.flutter.flutter-plugin-loader" ) version " 1.0.0"
21- id(" com.android.application" ) version " 8.13.1 " apply false
22- id(" org.jetbrains.kotlin.android" ) version " 2.2.21 " apply false
21+ id(" com.android.application" ) version " 8.13.2 " apply false
22+ id(" org.jetbrains.kotlin.android" ) version " 2.3.10 " apply false
2323}
2424
2525include(" :app" )
You can’t perform that action at this time.
0 commit comments