Skip to content

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

@AndroidDeveloperLB

Description

@AndroidDeveloperLB

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions