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

JCenter deprecated soon and cannot find repo #382

Open
tuvirus opened this issue May 20, 2021 · 6 comments
Open

JCenter deprecated soon and cannot find repo #382

tuvirus opened this issue May 20, 2021 · 6 comments
Labels

Comments

@tuvirus
Copy link

tuvirus commented May 20, 2021

Describe the bug
I'm updating my gradle files and many has moved to maven except this repo.

To Reproduce
Use a late version of Android Studio and min compiled sdk version 30.
Do not use JCenter use MavenCentral() in Build.Gradle Project file.

Expected behavior
Was expecting re-build project correctly.

Screenshots
image

Tools:

  • TableView version: [e.g. latest]

Additional context
Ask me anything additional.

@tuvirus tuvirus added the bug label May 20, 2021
@Zardozz
Copy link

Zardozz commented May 21, 2021

Duplicate of #370

@uburoiubu
Copy link

same for me

@tuvirus
Copy link
Author

tuvirus commented May 27, 2021

@evrencoskun could you please help? I've not seen any commentary on any other issue report. Would like to know if any time it is going to be migrated....

Regards.

@Zardozz
Copy link

Zardozz commented May 27, 2021

In another PR when publishing problems were mentioned i did say in #369 (comment)
"I've just published another project to Maven Central (one of the alternatives)

The guide https://getstream.io/blog/publishing-libraries-to-mavencentral-2021/ was very good"

As some help to migrating.

@fourofspades
Copy link

Using this fork: implementation 'com.github.ooftf:tableview:0.8.9.3.1'

@lupaulus
Copy link
Contributor

Use Jitpack implementation

  1. Check Jitpack use :
	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}
  1. Add implementation in project build :
implementation 'com.github.evrencoskun:TableView:v0.8.9.4'

@Zardozz Zardozz mentioned this issue Nov 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants