Skip to content

Commit ee57c23

Browse files
authored
fix(twitter): Missing com.twitter.sdk.android (#507)
Fix the error: Could not find com.twitter.sdk.android
1 parent ad01b44 commit ee57c23

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/twitter/platforms/android/include.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2+
repositories {
3+
4+
jcenter()
5+
}
6+
17
dependencies {
28
implementation('com.twitter.sdk.android:twitter-core:3.3.0') {
39
transitive = true

0 commit comments

Comments
 (0)