hanggrian / socialview

Android TextView and EditText with hashtag, mention, and hyperlink support
http://hanggrian.com/socialview/
Apache License 2.0
330 stars 81 forks source link

Not able to import com.hendraanggrian.appcompat:socialview:0.3-rc1 and common dependency to my project #119

Closed Mahantesh-Robosoft closed 1 year ago

Mahantesh-Robosoft commented 2 years ago

Need to access social view in my project and i imported both library(shared below). Dependencies are not downloaded. Please help me to solve the issue?

Is there any link with importing appcompat theme in project?

implementation("com.hendraanggrian.appcompat:socialview:0.3-rc1") implementation("com.hendraanggrian.appcompat:socialview-commons:0.3-rc1")

in buildscript scope:

repositories { google() mavenCentral() }

compileSdk = 32 minSdk = 23 targetSdk = 32

@hendraanggrian , @stanbar , @uzaysan , Please help me with this

dungly7929 commented 2 years ago

same as me can't import

Dheeru1939 commented 1 year ago

where u able to find any solution or any alternative for this problem

suvendu021 commented 1 year ago

repositories { google() mavenCentral() // Add this line to include the default Maven Central repository maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' } } add it to your buildScript.

then for version:

implementation "com.hendraanggrian.appcompat:socialview-core: 0.1-SNAPSHOT" // base widgets implementation "com.hendraanggrian.appcompat:socialview-commons: 0.1-SNAPSHOT" // auto-complete EditText

hanggrian commented 1 year ago

There is only snapshot version, it is listed in the README. Refer to OSSRH guide for using snapshot version.