Skip to content

Commit 2605366

Browse files
committed
PDF417 scanner library is updated.
1 parent b004653 commit 2605366

File tree

4 files changed

+5
-23
lines changed

4 files changed

+5
-23
lines changed

PDF417Scanner/PDF417Scanner.aar

-412 KB
Binary file not shown.

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ android {
2525
applicationId "net.idscan.android.pdf417scannerexample"
2626
minSdkVersion 16
2727
targetSdkVersion 26
28-
versionCode 7
29-
versionName "1.0.7"
28+
versionCode 8
29+
versionName "1.0.8"
3030
}
3131
buildTypes {
3232
release {

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ buildscript {
2323
jcenter()
2424
}
2525
dependencies {
26-
classpath 'com.android.tools.build:gradle:2.3.3'
26+
classpath 'com.android.tools.build:gradle:3.0.0'
2727

2828
// NOTE: Do not place your application dependencies here; they belong
2929
// in the individual module build.gradle files
Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,6 @@
1-
#
2-
# Copyright (c) 2017 IDScan.net
3-
#
4-
# Licensed under the Apache License, Version 2.0 (the "License");
5-
# you may not use this file except in compliance with the License.
6-
# You may obtain a copy of the License at
7-
#
8-
# http://www.apache.org/licenses/LICENSE-2.0
9-
#
10-
# Unless required by applicable law or agreed to in writing, software
11-
# distributed under the License is distributed on an "AS IS" BASIS,
12-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
# See the License for the specific language governing permissions and
14-
# limitations under the License.
15-
#
16-
17-
#
18-
19-
#Tue Oct 03 15:53:01 YEKT 2017
1+
#Wed Dec 13 21:50:15 YEKT 2017
202
distributionBase=GRADLE_USER_HOME
213
distributionPath=wrapper/dists
224
zipStoreBase=GRADLE_USER_HOME
235
zipStorePath=wrapper/dists
24-
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip

0 commit comments

Comments
 (0)