Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
AndroidDeveloperLB opened this issue Mar 14, 2023 · 0 comments

Comments

@AndroidDeveloperLB
Copy link

AndroidDeveloperLB commented Mar 14, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant