Skip to content

Commit 35d6bd9

Browse files
committed
WIP
1 parent 01e2b06 commit 35d6bd9

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

classic-components-example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ allprojects {
1515

1616
jvmToolchainVersion = 17
1717

18-
scanbotSdkVersion = "7.1.1"
18+
scanbotSdkVersion = "8.0.0.38-STAGING-SNAPSHOT"
1919

2020
androidCoreKtxVersion = "1.6.0"
2121
constraintLayoutVersion = "2.0.4"

data-capture-ready-to-use-ui-example/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ dependencies {
7474
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version")
7575
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version")
7676

77-
def scanbotSdkVersion = "8.0.0.48-STAGING-SNAPSHOT"
77+
def scanbotSdkVersion = "8.0.0.38-STAGING-SNAPSHOT"
7878

7979
implementation("io.scanbot:sdk-package-4:$scanbotSdkVersion")
8080
implementation("io.scanbot:sdk-package-ui:$scanbotSdkVersion")

data-capture-ready-to-use-ui-example/settings.gradle.kts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,6 @@ dependencyResolutionManagement {
1414
google()
1515
maven(url = "https://nexus.scanbot.io/nexus/content/repositories/releases/")
1616
maven(url = "https://nexus.scanbot.io/nexus/content/repositories/snapshots/")
17-
val stagingNexusLogin = System.getenv()["STAGING_NEXUS_LOGIN"] ?: providers.gradleProperty("STAGING_NEXUS_LOGIN").orNull
18-
val stagingNexusPassword = System.getenv()["STAGING_NEXUS_PASSWORD"] ?: providers.gradleProperty("STAGING_NEXUS_PASSWORD").orNull
19-
maven(url = "https://nexus2-staging.scanbot.io/nexus/content/repositories/snapshots/") {
20-
credentials {
21-
username = stagingNexusLogin
22-
password = stagingNexusPassword
23-
}
24-
}
2517
}
2618

2719
}

0 commit comments

Comments
 (0)