Use authenticatorbridge version 1.0.0 (#270)

This commit is contained in:
Andrew Haisting
2024-11-01 16:41:40 -05:00
committed by GitHub
parent 8b00773c84
commit 7f25fa07a4
2 changed files with 1 additions and 2 deletions

View File

@@ -121,8 +121,7 @@ kotlin {
dependencies {
// TODO: this should use a versioned AAR instead of referencing a local AAR BITAU-94
implementation(files("libs/authenticatorbridge-0.1.0-SNAPSHOT-release.aar"))
implementation(files("libs/authenticatorbridge-1.0.0-release.aar"))
implementation(libs.androidx.activity.compose)
implementation(libs.androidx.appcompat)