uareu
uareu copied to clipboard
Failed to resolve: asia.kanopi.tools:fingerscan:0.1
@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'
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.
ok thanks @shodgson