Skip to content

Commit

Permalink
fix issue w/ old rnv dep
Browse files Browse the repository at this point in the history
  • Loading branch information
sterlingwes committed May 30, 2022
1 parent f87c877 commit b50b5bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,10 @@ allprojects {
}
google()
maven { url 'https://www.jitpack.io' }
jcenter() {
content {
includeModule("com.yqritc", "android-scalablevideoview")
}
}
}
}

0 comments on commit b50b5bf

Please sign in to comment.