We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0874386 commit 6156927Copy full SHA for 6156927
classical-components-demo/build.gradle
@@ -12,7 +12,7 @@ allprojects {
12
minSdkVersion = 21
13
targetSdkVersion = 30
14
15
- scanbotSdkVersion = "4.2.0.853-SNAPSHOT"
+ scanbotSdkVersion = "4.2.0"
16
17
constraintLayoutVersion = "2.0.4"
18
coroutinesAndroidVersion = "1.4.3"
ready-to-use-ui-demo/build.gradle
@@ -6,7 +6,7 @@ buildscript {
6
7
ext.coroutines_version = '1.4.3'
8
9
- ext.scanbotSdkVersion = '4.2.0.853-SNAPSHOT'
+ ext.scanbotSdkVersion = '4.2.0'
10
}
11
plugins {
0 commit comments