Skip to content

Commit

Permalink
Import the library as a project
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-Verkhovsky committed May 3, 2022
1 parent 8ab5e3c commit fc5126d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ android {
}

dependencies {
debugImplementation fileTree(dir: "../fingerprint/build/outputs/aar/", include: ["*$project.VERSION_NAME-debug.aar"])
releaseImplementation fileTree(dir: "../fingerprint/build/outputs/aar/", include: ["*$project.VERSION_NAME-release.aar"])

implementation project(":fingerprint")
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "androidx.cardview:cardview:1.0.0"
Expand Down

0 comments on commit fc5126d

Please sign in to comment.