Skip to content

Commit 1a29f82

Browse files
update to internal commit daf3351d
1 parent 1725098 commit 1a29f82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

programming/android/user-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@ In this guide, you will learn step by step on how to build a document scanner ap
8585
>1.
8686
```groovy
8787
dependencies {
88-
implementation 'com.dynamsoft:capturevisionbundle:3.0.5000'
88+
implementation 'com.dynamsoft:capturevisionbundle:3.0.5100'
8989
}
9090
```
9191
2.
9292
```kotlin
9393
dependencies {
94-
implementation("com.dynamsoft:capturevisionbundle:3.0.5000")
94+
implementation("com.dynamsoft:capturevisionbundle:3.0.5100")
9595
}
9696
```
9797

0 commit comments

Comments
 (0)