Skip to content

Commit

Permalink
Bumped kotlin version + safely upgraded some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinbjornt committed Aug 8, 2024
1 parent 085931c commit 3d63a73
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 12 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ android {

buildTypes {
release {
// shrinkResources false
// minifyEnabled false
shrinkResources false
minifyEnabled false

signingConfig signingConfigs.debug

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {

dependencies {
// classpath 'com.android.tools.build:gradle:7.4.2'
classpath 'com.android.tools.build:gradle:8.0.0'
classpath 'com.android.tools.build:gradle:8.1.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down
3 changes: 2 additions & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ org.gradle.daemon=true
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=false
android.nonFinalResIds=false
kotlin.jvm.target.validation.mode = IGNORE
kotlin.jvm.target.validation.mode=IGNORE
org.gradle.jvmargs=-Xmx4G -XX:MaxMetaspaceSize=2G -XX:+HeapDumpOnOutOfMemoryError
2 changes: 1 addition & 1 deletion android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Sep 06 18:39:39 GMT 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
16 changes: 9 additions & 7 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@ dependencies:
flutter:
sdk: flutter
# Third-party
http: '>=1.2.1'
shared_preferences: '^2.2.3'
http: '>=1.2.2'
shared_preferences: '^2.3.1'
geolocator: ^12.0.0
package_info_plus: ^8.0.1
device_info_plus: 9.1.2
url_launcher: '^6.1.14'
device_info_plus: ^10.1.1
url_launcher: '^6.3.0'
platform_device_id:
git:
url: https://github.com/tommysolsen/platform_device_id.git
path: platform_device_id
connectivity_plus: '>=5.0.2'
# flutter_inappwebview: '^5.8.0'
path_provider: '^2.1.2'
wakelock_plus: '>=1.1.1'
# flutter_inappwebview: '^6.0.0'
path_provider: '^2.1.4'
wakelock_plus: '^1.2.7'
permission_handler: ^11.3.1
flutter_fgbg: ^0.4.0
logger: '^2.0.1'
Expand All @@ -49,6 +49,8 @@ dependencies:
# url: https://github.com/mideind/EmblaCoreFlutter.git
# ref: master

dependency_overrides:
js: ^0.7.1

dev_dependencies:
# flutter_test:
Expand Down

0 comments on commit 3d63a73

Please sign in to comment.