Open tuvirus opened 3 years ago
Duplicate of #370
same for me
@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.
In another PR when publishing problems were mentioned i did say in https://github.com/evrencoskun/TableView/pull/369#issuecomment-802347409 "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.
Using this fork: implementation 'com.github.ooftf:tableview:0.8.9.3.1'
Use Jitpack implementation
Check Jitpack use :
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Add implementation in project build :
implementation 'com.github.evrencoskun:TableView:v0.8.9.4'
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
Tools:
TableView
version: [e.g. latest]Additional context Ask me anything additional.