scratchCardLayout icon indicating copy to clipboard operation
scratchCardLayout copied to clipboard

Not getting compiled due to JCenter.

Open NStreet8579 opened this issue 2 years ago • 2 comments

As JCenter is down, this lib needs to be moved from jcenter to maven.

NStreet8579 avatar Oct 03 '23 10:10 NStreet8579

Use following code

repositories {
			mavenCentral()
			maven { url 'https://jitpack.io' }
		}
dependencies {
	        implementation 'com.github.skymansandy:scratchCardLayout:v1.0.8'
	}

Reference: https://jitpack.io/#skymansandy/scratchCardLayout/v1.0.8

sahilpocketfm avatar Aug 08 '24 10:08 sahilpocketfm

aar.zip

@NStreet8579 you can add aar file to your lib folder

abdnezar avatar Sep 04 '24 08:09 abdnezar