We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0d3409 + f7f779d commit 4893bccCopy full SHA for 4893bcc
build.gradle
@@ -5,7 +5,7 @@ buildscript {
5
}
6
7
dependencies {
8
- classpath 'com.android.tools.build:gradle:3.5.2'
+ classpath 'com.android.tools.build:gradle:3.5.3'
9
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
10
11
sample/.gitignore
zxing-android-embedded/build.gradle
@@ -10,7 +10,7 @@ dependencies {
api 'androidx.legacy:legacy-support-v4:1.0.0'
12
13
- testImplementation 'junit:junit:4.12'
+ testImplementation 'junit:junit:4.13'
14
testImplementation "org.mockito:mockito-core:1.9.5"
15
16
0 commit comments