line-sdk-android icon indicating copy to clipboard operation
line-sdk-android copied to clipboard

The last version which gradle can download is 5.3.1

Open contrudar opened this issue 3 years ago • 3 comments

If I write a later version of line sdk, gradle is downloading pom file forever. Also you can see here https://mvnrepository.com/artifact/com.linecorp/linesdk that the last version available is 5.3.1

contrudar avatar Dec 06 '20 10:12 contrudar

Hi, @contrudar Please use jcenter() now for importing line-sdk as stated in Readme. It's available on jcenter: https://bintray.com/search?query=com.linecorp.linsdk

plateaukao avatar Feb 24 '21 04:02 plateaukao

jcenter() is now deprecated. Is there any alternative repository for 5.6.0 or later ?

niusounds avatar Aug 17 '21 09:08 niusounds

Oh! I found that 5.6.2 exists and can be downloaded from mavenCentral(). I didn't notice it because release is not created. https://github.com/line/line-sdk-android/releases

Thanks!

niusounds avatar Aug 17 '21 09:08 niusounds