File tree 5 files changed +12
-12
lines changed 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ android {
35
35
36
36
defaultConfig {
37
37
applicationId " dev.fluttercommunity.workmanager.example"
38
- compileSdk 34
39
- minSdkVersion 19
40
- targetSdkVersion 34
38
+ compileSdk 35
39
+ minSdkVersion flutter . minSdkVersion
40
+ targetSdkVersion 35
41
41
versionCode flutterVersionCode. toInteger()
42
42
versionName flutterVersionName
43
43
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
@@ -52,13 +52,13 @@ android {
52
52
}
53
53
54
54
compileOptions {
55
- sourceCompatibility JavaVersion . VERSION_1_8
56
- targetCompatibility JavaVersion . VERSION_1_8
55
+ sourceCompatibility JavaVersion . VERSION_17
56
+ targetCompatibility JavaVersion . VERSION_17
57
57
}
58
58
59
59
kotlinOptions {
60
60
tasks. withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile ). configureEach {
61
- kotlinOptions. jvmTarget = " 1.8 "
61
+ kotlinOptions. jvmTarget = " 17 "
62
62
}
63
63
}
64
64
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id " com.github.ben-manes.versions" version " 0.41 .0"
2
+ id " com.github.ben-manes.versions" version " 0.52 .0"
3
3
}
4
4
5
5
allprojects {
Original file line number Diff line number Diff line change 1
- # Thu Jul 18 19:59:15 CEST 2019
1
+ # Fri May 30 01:37:19 JST 2025
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
4
5
zipStoreBase =GRADLE_USER_HOME
5
6
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.3-all.zip
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ pluginManagement {
18
18
19
19
plugins {
20
20
id " dev.flutter.flutter-plugin-loader" version " 1.0.0"
21
- id " com.android.application" version " 8.1.4 " apply false
22
- id " org.jetbrains.kotlin.android" version " 1.9.23 " apply false
21
+ id " com.android.application" version ' 8.10.1 ' apply false
22
+ id " org.jetbrains.kotlin.android" version " 2.1.0 " apply false
23
23
}
24
24
25
25
include " :app"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: Demonstrates how to use the workmanager plugin.
3
3
publish_to : ' none'
4
4
5
5
environment :
6
- sdk : " >=2.18.0 <4.0.0"
6
+ sdk : ' >=3.1.2 <4.0.0'
7
7
8
8
dependencies :
9
9
path_provider :
You can’t perform that action at this time.
0 commit comments