Skip to content

Commit

Permalink
Added android SDK dependency and removed local library implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
gau4sar committed Aug 10, 2022
1 parent fd9f7e6 commit 4e0acb1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ android {

dependencies {
implementation(project(":shared"))
implementation(project(":ballerine-android-sdk"))

implementation("com.github.ballerine-io:ballerine-android-sdk:1.0.4")

implementation("androidx.appcompat:appcompat:1.4.2")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import androidx.compose.runtime.*
import androidx.compose.ui.Alignment
import androidx.compose.ui.Modifier
import androidx.compose.ui.res.stringResource
import io.ballerine.kmp.android_webview.BallerineKYCFlowWebView
import io.ballerine.android_sdk.BallerineKYCFlowWebView
import java.io.File
import java.util.concurrent.ExecutorService
import java.util.concurrent.Executors
Expand Down
1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ pluginManagement {
rootProject.name = "BallerineKMPExample"
include(":androidApp")
include(":shared")
include(":ballerine-android-sdk")

0 comments on commit 4e0acb1

Please sign in to comment.