File tree Expand file tree Collapse file tree 8 files changed +18
-10
lines changed Expand file tree Collapse file tree 8 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 3737 runs-on : macos-latest
3838 steps :
3939 - uses : actions/checkout@v2
40+ - uses : actions/setup-java@v1
41+ with :
42+ java-version : 11
4043 - uses : subosito/flutter-action@v1
4144 with :
4245 channel : ' stable'
7679 target : [default]
7780 steps :
7881 - uses : actions/checkout@v2
82+ - uses : actions/setup-java@v1
83+ with :
84+ java-version : 11
7985 - uses : subosito/flutter-action@v1
8086 with :
8187 channel : ' stable'
Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ group 'be.tramckrijte.workmanager'
22version ' 1.0-SNAPSHOT'
33
44buildscript {
5- ext. kotlin_version = ' 1.5.31 '
5+ ext. kotlin_version = ' 1.6.21 '
66 repositories {
77 google()
88 mavenCentral()
99 }
1010
1111 dependencies {
12- classpath ' com.android.tools.build:gradle:4.2.2 '
12+ classpath ' com.android.tools.build:gradle:7.1.3 '
1313 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1414 }
1515}
Original file line number Diff line number Diff line change 11buildscript {
2- ext. kotlin_version = ' 1.5.31 '
2+ ext. kotlin_version = ' 1.6.21 '
33 repositories {
44 google()
55 mavenCentral()
66 }
77
88 dependencies {
9- classpath ' com.android.tools.build:gradle:4.2.2 '
9+ classpath ' com.android.tools.build:gradle:7.1.3 '
1010 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1111 }
1212}
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-6.7.1 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.4 -all.zip
Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ EXTERNAL SOURCES:
3131SPEC CHECKSUMS:
3232 Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
3333 integration_test: a1e7d09bd98eca2fc37aefd79d4f41ad37bdbbe5
34- path_provider_ios: 7d7ce634493af4477d156294792024ec3485acd5
35- shared_preferences_ios: aef470a42dc4675a1cdd50e3158b42e3d1232b32
34+ path_provider_ios: 14f3d2fd28c4fdb42f44e0f751d12861c43cee02
35+ shared_preferences_ios: 548a61f8053b9b8a49ac19c1ffbc8b92c50d68ad
3636 workmanager: 0afdcf5628bbde6924c21af7836fed07b42e30e6
3737
3838PODFILE CHECKSUM: 4784286582a31f30520c9182366f5a57f403a29a
3939
40- COCOAPODS: 1.11.2
40+ COCOAPODS: 1.11.3
Original file line number Diff line number Diff line change 5656 </array >
5757 <key >UIViewControllerBasedStatusBarAppearance </key >
5858 <false />
59+ <key >CADisableMinimumFrameDurationOnPhone </key >
60+ <true />
5961</dict >
6062</plist >
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ extension SwiftWorkmanagerPlugin: FlutterPlugin {
185185 result ( WMPError . unhandledMethod ( call. method) . asFlutterError)
186186 }
187187
188- case ( ForegroundMethodChannel . Methods. CancelAllTasks. name, let . none) :
188+ case ( ForegroundMethodChannel . Methods. CancelAllTasks. name, . none) :
189189 if #available( iOS 13 . 0 , * ) {
190190 BGTaskScheduler . shared. cancelAllTaskRequests ( )
191191 }
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dev_dependencies:
1717 build_runner : ^2.1.7
1818 test : ^1.16.3
1919 mockito : ^5.0.4
20- get_it : ^6.1.1
20+ get_it : ^7.2.0
2121 flutter_test :
2222 sdk : flutter
2323 flutter_lints : ^2.0.1
You can’t perform that action at this time.
0 commit comments