twitter-text icon indicating copy to clipboard operation
twitter-text copied to clipboard

Question: Why is the Java dependency different than on Twitter SDK repository?

Open AndroidDeveloperLB opened this issue 2 years ago • 0 comments

On a project that I work on, it uses this repository: https://github.com/twitter-archive/twitter-kit-android

Inside, it has this dependency:

com.twitter:twitter-text:1.14.7

https://github.com/twitter-archive/twitter-kit-android/blob/master/dependencies.gradle

Yet here, I can see that it's a bit different:

  <dependencies>
    <dependency>
      <groupId>com.twitter.twittertext</groupId>
      <artifactId>twitter-text</artifactId>
      <version>3.1.0</version> <!-- or whatever the latest version is -->
    </dependency>
  </dependencies>

(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...) ?

AndroidDeveloperLB avatar Mar 14 '23 09:03 AndroidDeveloperLB