shodgson / uareu

46 stars 37 forks source link

Failed to resolve: asia.kanopi.tools:fingerscan:0.1 #13

Open porus1124962 opened 1 year ago

porus1124962 commented 1 year ago

@shodgson kindly help me about it.

build.gradle(module): dependencies {

implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.6.0'
implementation 'com.google.android.material:material:1.8.0'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'asia.kanopi.tools:fingerscan:0.1'

}

setting.gradle(project):

pluginManagement { repositories { gradlePluginPortal() google() mavenCentral() maven {url 'https://dl.bintray.com/shodgson/uareu4500reader'} } } dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { maven {url 'https://dl.bintray.com/shodgson/uareu4500reader'} google() mavenCentral() } } rootProject.name = "scannerData" include ':app' ss1

shodgson commented 1 year ago

Bintray has been shutdown, so this app will no longer work.

The original library files are available at https://github.com/shodgson/uareulibrary

But I have not worked on this app for 7 years, so I'm not going to be much help.

porus1124962 commented 1 year ago

ok thanks @shodgson