Skip to content

Commit

Permalink
Smaller libs.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkistner committed Oct 25, 2021
1 parent 2221621 commit cc34502
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions zxing-android-embedded/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ if (secretPropsFile.exists()) {
dependencies {
api project.zxingCore

api 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.core:core:1.6.0'
implementation 'androidx.fragment:fragment:1.3.6'

testImplementation 'junit:junit:4.13'
testImplementation "org.mockito:mockito-core:1.9.5"
testImplementation 'junit:junit:4.13.1'
testImplementation 'org.mockito:mockito-core:1.9.5'
}

android {
Expand Down

0 comments on commit cc34502

Please sign in to comment.