Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Bitmap-java/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
//ScankitSDK
implementation "com.huawei.hms:scan:1.2.2.300"
implementation "com.huawei.hms:scan:1.2.4.300"
}
2 changes: 1 addition & 1 deletion Bitmap-kotlin/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
//ScankitSDK
implementation "com.huawei.hms:scan:1.2.0.301"
implementation "com.huawei.hms:scan:1.2.4.300"
implementation 'com.android.support:appcompat-v7:+'
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
Expand Down
2 changes: 1 addition & 1 deletion CustomizedView-java/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
//ScankitSDK
implementation "com.huawei.hms:scan:1.2.2.300"
implementation "com.huawei.hms:scan:1.2.4.300"
}
2 changes: 1 addition & 1 deletion CustomizedView-kotlin/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
implementation 'com.huawei.hms:scan:1.2.0.301'
implementation 'com.huawei.hms:scan:1.2.4.300'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
}
2 changes: 1 addition & 1 deletion DefaultView-java/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
//ScankitSDK
implementation "com.huawei.hms:scan:1.2.2.300"
implementation "com.huawei.hms:scan:1.2.4.300"
}
2 changes: 1 addition & 1 deletion DefaultView-kotlin/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ dependencies {
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
implementation 'com.huawei.hms:scan:1.2.0.301'
implementation 'com.huawei.hms:scan:1.2.4.300'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
}