Skip to content

Commit f7f779d

Browse files
committed
Android Studio 3.5.3
1 parent e0d3409 commit f7f779d

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
}
66

77
dependencies {
8-
classpath 'com.android.tools.build:gradle:3.5.2'
8+
classpath 'com.android.tools.build:gradle:3.5.3'
99
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
1010
}
1111
}

sample/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

zxing-android-embedded/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010

1111
api 'androidx.legacy:legacy-support-v4:1.0.0'
1212

13-
testImplementation 'junit:junit:4.12'
13+
testImplementation 'junit:junit:4.13'
1414
testImplementation "org.mockito:mockito-core:1.9.5"
1515
}
1616

0 commit comments

Comments
 (0)