File tree 4 files changed +14
-5
lines changed
4 files changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ android {
50
50
}
51
51
52
52
dependencies {
53
- compileOnly( " androidx.annotation:annotation:1.6.0" )
54
- implementation( " androidx.core:core-ktx:1.13.1" )
55
- implementation( " androidx.work:work-runtime:2.9.0" )
53
+ compileOnly " androidx.annotation:annotation:1.6.0"
54
+ implementation " androidx.core:core-ktx:1.13.1"
55
+ implementation " androidx.work:work-runtime:2.9.0"
56
56
}
Original file line number Diff line number Diff line change @@ -35,6 +35,15 @@ android {
35
35
versionName = flutterVersionName
36
36
}
37
37
38
+ compileOptions {
39
+ sourceCompatibility = JavaVersion . VERSION_1_8
40
+ targetCompatibility = JavaVersion . VERSION_1_8
41
+ }
42
+
43
+ kotlinOptions {
44
+ jvmTarget = JavaVersion . VERSION_1_8
45
+ }
46
+
38
47
buildTypes {
39
48
release {
40
49
// Signing with the debug keys for now, so `flutter run --release` works.
Original file line number Diff line number Diff line change 1
1
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
- xmlns : tools =" http://schemas.android.com/tools" package = " vn.hunghd.flutter_downloader_example " >
2
+ xmlns : tools =" http://schemas.android.com/tools" >
3
3
4
4
<uses-permission android : name =" android.permission.INTERNET" />
5
5
<uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" android : maxSdkVersion =" 28" />
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ environment:
8
8
flutter : " >=3.10.0"
9
9
10
10
dependencies :
11
- device_info_plus : ^8.0 .0
11
+ device_info_plus : ^10.1 .0
12
12
flutter :
13
13
sdk : flutter
14
14
flutter_downloader :
You can’t perform that action at this time.
0 commit comments