Skip to content

Commit ce44206

Browse files
Update compileSdkVersion and dependencies
1 parent a4b0233 commit ce44206

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2828
android {
2929
namespace "com.example.example"
3030

31-
compileSdkVersion 33
31+
compileSdkVersion 34
3232

3333
sourceSets {
3434
main.java.srcDirs += 'src/main/kotlin'

example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ dependencies:
1313
flutter:
1414
sdk: flutter
1515

16-
video_player: any
16+
video_player: ^2.9.1
1717
dev_dependencies:
1818
flutter_test:
1919
sdk: flutter
20-
flutter_lints: ^3.0.2
20+
flutter_lints: ^4.0.0
2121

2222
# For information on the generic Dart part of this file, see the
2323
# following page: https://www.dartlang.org/tools/pub/pubspec

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ dependencies:
1212
flutter:
1313
sdk: flutter
1414
provider: ^6.1.2
15-
video_player: ^2.8.3
16-
wakelock_plus: ^1.2.2
15+
video_player: ^2.9.1
16+
wakelock_plus: ^1.2.5
1717

1818
dev_dependencies:
1919
flutter_test:
2020
sdk: flutter
21-
flutter_lints: ^3.0.2
21+
flutter_lints: ^4.0.0
2222

2323
flutter:
2424
uses-material-design: true

0 commit comments

Comments
 (0)