Skip to content

Commit cf69d1a

Browse files
Updated with new SDK v3.0.7
Updated with new SDK v3.0.7
1 parent 4eeb3a9 commit cf69d1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

java_sample/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ dependencies {
3434
implementation 'com.google.android.material:material:1.5.0'
3535
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
3636
/*DEV_HELP : link the preferred SDK version from maven repo by extrieve.*/
37-
implementation 'com.extrieve.quickcapture:QCv3:3.0.6'
37+
implementation 'com.extrieve.quickcapture:QCv3:3.0.7'
3838
}

kotlin_sample/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ dependencies {
3838
implementation 'androidx.appcompat:appcompat:1.6.1'
3939
implementation 'com.google.android.material:material:1.5.0'
4040
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
41-
implementation 'com.extrieve.quickcapture:QCv3:3.0.6'
41+
implementation 'com.extrieve.quickcapture:QCv3:3.0.7'
4242
}

0 commit comments

Comments
 (0)