Skip to content

Commit

Permalink
Fix building test app
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-Verkhovsky committed Sep 9, 2021
1 parent 07b4326 commit cb4d54b
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 @@ -33,13 +33,11 @@ android {
}

dependencies {
debugImplementation fileTree(dir: "../fpjs-pro/build/outputs/aar/", include: ["*-debug.aar"])
releaseImplementation fileTree(dir: "../fpjs-pro/build/outputs/aar/", include: ["*-release.aar"])
implementation project(":fpjs-pro")
implementation 'androidx.core:core-ktx:1.6.0'
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation "com.github.fingerprintjs:fingerprint-android:1.2"
implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
testImplementation 'junit:junit:4.+'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
Expand Down

0 comments on commit cb4d54b

Please sign in to comment.