Skip to content

Commit 3d63a73

Browse files
committed
Bumped kotlin version + safely upgraded some dependencies
1 parent 085931c commit 3d63a73

File tree

5 files changed

+15
-12
lines changed

5 files changed

+15
-12
lines changed

android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ android {
6060

6161
buildTypes {
6262
release {
63-
// shrinkResources false
64-
// minifyEnabled false
63+
shrinkResources false
64+
minifyEnabled false
6565

6666
signingConfig signingConfigs.debug
6767

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77

88
dependencies {
99
// 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'
1111
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1212
}
1313
}

android/gradle.properties

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ org.gradle.daemon=true
55
android.defaults.buildfeatures.buildconfig=true
66
android.nonTransitiveRClass=false
77
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 numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Wed Sep 06 18:39:39 GMT 2023
22
distributionBase=GRADLE_USER_HOME
33
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
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

pubspec.yaml

+9-7
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@ dependencies:
1313
flutter:
1414
sdk: flutter
1515
# Third-party
16-
http: '>=1.2.1'
17-
shared_preferences: '^2.2.3'
16+
http: '>=1.2.2'
17+
shared_preferences: '^2.3.1'
1818
geolocator: ^12.0.0
1919
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'
2222
platform_device_id:
2323
git:
2424
url: https://github.com/tommysolsen/platform_device_id.git
2525
path: platform_device_id
2626
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'
3030
permission_handler: ^11.3.1
3131
flutter_fgbg: ^0.4.0
3232
logger: '^2.0.1'
@@ -49,6 +49,8 @@ dependencies:
4949
# url: https://github.com/mideind/EmblaCoreFlutter.git
5050
# ref: master
5151

52+
dependency_overrides:
53+
js: ^0.7.1
5254

5355
dev_dependencies:
5456
# flutter_test:

0 commit comments

Comments
 (0)