Bump authenticatorbridge sdk version to 1.0.0 (#4221)

This commit is contained in:
Andrew Haisting
2024-11-04 08:24:36 -06:00
committed by GitHub
parent e5e0464929
commit 8f9585e4bc
4 changed files with 8 additions and 5 deletions

View File

@@ -162,8 +162,7 @@ dependencies {
add("standardImplementation", dependencyNotation)
}
// 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)