line / line-sdk-android

LINE SDK for Android lets you integrate LINE into your Android app to create a more engaging experience for your users.
https://developers.line.biz/en/docs/android-sdk/
Apache License 2.0
134 stars 45 forks source link

The last version which gradle can download is 5.3.1 #97

Closed contrudar closed 1 year ago

contrudar commented 3 years ago

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

plateaukao commented 3 years ago

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

niusounds commented 3 years ago

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

niusounds commented 3 years ago

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!