socialview icon indicating copy to clipboard operation
socialview copied to clipboard

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

Open Mahantesh-Robosoft opened this issue 3 years ago • 1 comments

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

Mahantesh-Robosoft avatar Jun 15 '22 04:06 Mahantesh-Robosoft

same as me can't import

dungly7929 avatar Jul 24 '22 18:07 dungly7929

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

Dheeru1939 avatar Jun 05 '23 11:06 Dheeru1939

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

suvendu021 avatar Jun 15 '23 15:06 suvendu021

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

hanggrian avatar Jun 17 '23 04:06 hanggrian