Skip to content

Commit 653bee9

Browse files
committed
Bumped gradle to 8.1.2, bumped some safe dependency versions
1 parent 3207a19 commit 653bee9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

example/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
}
77

88
dependencies {
9-
classpath 'com.android.tools.build:gradle:8.0.2'
9+
classpath 'com.android.tools.build:gradle:8.1.2'
1010
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1111
}
1212
}

example/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-all.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-all.zip

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ dependencies:
2121
flutter_sound: '^9.9.5'
2222
# flutter_soundfork: '^1.0.1'
2323
# path: ../flutter_soundfork/flutter_soundfork
24-
audio_session: '>=0.1.19'
24+
audio_session: '>=0.1.21'
2525
web_socket_channel: '^2.4.5'
26-
http: '>=1.2.1'
26+
http: '^1.2.2'
2727
mp3_info: '>=0.2.1'
2828

2929
dev_dependencies:

0 commit comments

Comments
 (0)