File tree 5 files changed +15
-12
lines changed
5 files changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ android {
60
60
61
61
buildTypes {
62
62
release {
63
- // shrinkResources false
64
- // minifyEnabled false
63
+ shrinkResources false
64
+ minifyEnabled false
65
65
66
66
signingConfig signingConfigs. debug
67
67
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
8
8
dependencies {
9
9
// classpath 'com.android.tools.build:gradle:7.4.2'
10
- classpath ' com.android.tools.build:gradle:8.0.0 '
10
+ classpath ' com.android.tools.build:gradle:8.1.2 '
11
11
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
12
12
}
13
13
}
Original file line number Diff line number Diff line change @@ -5,4 +5,5 @@ org.gradle.daemon=true
5
5
android.defaults.buildfeatures.buildconfig =true
6
6
android.nonTransitiveRClass =false
7
7
android.nonFinalResIds =false
8
- kotlin.jvm.target.validation.mode = IGNORE
8
+ kotlin.jvm.target.validation.mode =IGNORE
9
+ org.gradle.jvmargs =-Xmx4G -XX:MaxMetaspaceSize =2G -XX:+HeapDumpOnOutOfMemoryError
Original file line number Diff line number Diff line change 1
1
# Wed Sep 06 18:39:39 GMT 2023
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.0 -all.zip
4
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.1 -all.zip
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -13,20 +13,20 @@ dependencies:
13
13
flutter :
14
14
sdk : flutter
15
15
# Third-party
16
- http : ' >=1.2.1 '
17
- shared_preferences : ' ^2.2.3 '
16
+ http : ' >=1.2.2 '
17
+ shared_preferences : ' ^2.3.1 '
18
18
geolocator : ^12.0.0
19
19
package_info_plus : ^8.0.1
20
- device_info_plus : 9 .1.2
21
- url_launcher : ' ^6.1.14 '
20
+ device_info_plus : ^10 .1.1
21
+ url_launcher : ' ^6.3.0 '
22
22
platform_device_id :
23
23
git :
24
24
url : https://github.com/tommysolsen/platform_device_id.git
25
25
path : platform_device_id
26
26
connectivity_plus : ' >=5.0.2'
27
- # flutter_inappwebview: '^5.8 .0'
28
- path_provider : ' ^2.1.2 '
29
- wakelock_plus : ' >=1.1.1 '
27
+ # flutter_inappwebview: '^6.0 .0'
28
+ path_provider : ' ^2.1.4 '
29
+ wakelock_plus : ' ^1.2.7 '
30
30
permission_handler : ^11.3.1
31
31
flutter_fgbg : ^0.4.0
32
32
logger : ' ^2.0.1'
@@ -49,6 +49,8 @@ dependencies:
49
49
# url: https://github.com/mideind/EmblaCoreFlutter.git
50
50
# ref: master
51
51
52
+ dependency_overrides :
53
+ js : ^0.7.1
52
54
53
55
dev_dependencies :
54
56
# flutter_test:
You can’t perform that action at this time.
0 commit comments