You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<dependencies>
<dependency>
<groupId>com.twitter.twittertext</groupId>
<artifactId>twitter-text</artifactId>
<version>3.1.0</version> <!-- or whatever the latest version is -->
</dependency>
</dependencies>
How come?
Are they related? Where is the one that was used there?
Should I use the new one, from the current repository?
Or perhaps there is a newer, better Android Twitter SDK that I should use (this one was updated 6 years ago...) ?
The text was updated successfully, but these errors were encountered:
On a project that I work on, it uses this repository:
https://github.com/twitter-archive/twitter-kit-android
Inside, it has this dependency:
https://github.com/twitter-archive/twitter-kit-android/blob/master/dependencies.gradle
Yet here, I can see that it's a bit different:
(and not just the version)
https://github.com/twitter/twitter-text/tree/master/java
How come?
Are they related? Where is the one that was used there?
Should I use the new one, from the current repository?
Or perhaps there is a newer, better Android Twitter SDK that I should use (this one was updated 6 years ago...) ?
The text was updated successfully, but these errors were encountered: