Skip to content

Commit

Permalink
Fix android build (`Could not resolve com.github.MatrixFrog:android-s…
Browse files Browse the repository at this point in the history
…calablevideoview:v1.0.4-jitpack.`) (#302)

Found this workaround here:
TheWidlarzGroup/react-native-video#2454 (comment)

Seems to work:
https://codemagic.io/app/629c82ea463af7ff553fc7a5/build/63343dafb31705033692a7fa

This PR is extracted from #257
  • Loading branch information
nilsreichardt committed Sep 28, 2022
1 parent c31021f commit a570e0d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
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

0 comments on commit a570e0d

Please sign in to comment.