Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix android build (Could not resolve com.github.MatrixFrog:android-scalablevideoview:v1.0.4-jitpack.) #302

Merged
merged 1 commit into from
Sep 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions app/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ allprojects {
repositories {
google()
mavenCentral()

// Workaround for https://github.com/saibotma/jitsi_meet_wrapper/issues/53
jcenter() {
content {
includeModule("com.yqritc", "android-scalablevideoview")
}
}
}
}

Expand Down
4 changes: 2 additions & 2 deletions app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1066,14 +1066,14 @@ packages:
name: jitsi_meet_wrapper
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.4"
version: "0.0.5"
jitsi_meet_wrapper_platform_interface:
dependency: transitive
description:
name: jitsi_meet_wrapper_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.2"
version: "0.0.3"
js:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ dependencies:
hausaufgabenheft_logik:
path: ../lib/hausaufgabenheft_logik
intl: ^0.17.0
jitsi_meet_wrapper: ^0.0.4
jitsi_meet_wrapper: ^0.0.5
key_value_store:
path: ../lib/key_value_store
last_online_reporting:
Expand Down