Skip to content

Commit 510072b

Browse files
authored
[PM-27834] Use Authenticator Bridge as a project reference (#5793)
1 parent 7324be0 commit 510072b

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ dependencies {
220220
add("standardImplementation", dependencyNotation)
221221
}
222222

223-
implementation(files("libs/authenticatorbridge-1.0.1-release.aar"))
223+
implementation(project(":authenticatorbridge"))
224224

225225
implementation(project(":annotation"))
226226
implementation(project(":core"))
-80 KB
Binary file not shown.

authenticator/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ kotlin {
176176

177177
dependencies {
178178

179-
implementation(files("libs/authenticatorbridge-1.0.1-release.aar"))
179+
implementation(project(":authenticatorbridge"))
180180

181181
implementation(project(":annotation"))
182182
implementation(project(":core"))
-80 KB
Binary file not shown.

0 commit comments

Comments
 (0)