Skip to content

Commit 8aa11e7

Browse files
stuartmorgan-gfotiDim
authored andcommitted
Remove exoplayer workaround from everything but video_player (flutter#3980)
Now that video_player includes this workaround at the plugin level, it's no longer necessary in the examples that use it.
1 parent 17d99a0 commit 8aa11e7

File tree

4 files changed

+2
-8
lines changed

4 files changed

+2
-8
lines changed

packages/camera/camera/example/android/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ allprojects {
1313
repositories {
1414
google()
1515
mavenCentral()
16-
maven {
17-
url 'https://google.bintray.com/exoplayer/'
18-
}
1916
}
2017
}
2118

packages/camera/camera/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
path_provider: ^2.0.0
1414
flutter:
1515
sdk: flutter
16-
video_player: ^2.0.0
16+
video_player: ^2.1.4
1717

1818
dev_dependencies:
1919
flutter_test:

packages/image_picker/image_picker/android/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ rootProject.allprojects {
1616
repositories {
1717
google()
1818
jcenter()
19-
maven {
20-
url 'https://google.bintray.com/exoplayer/'
21-
}
2219
}
2320
}
2421

packages/image_picker/image_picker/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Demonstrates how to use the image_picker plugin.
33
publish_to: none
44

55
dependencies:
6-
video_player: ^2.0.0
6+
video_player: ^2.1.4
77
flutter:
88
sdk: flutter
99
flutter_plugin_android_lifecycle: ^2.0.1

0 commit comments

Comments
 (0)