diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 39df639fe6f..b9e6298af50 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -220,7 +220,7 @@ dependencies { add("standardImplementation", dependencyNotation) } - implementation(files("libs/authenticatorbridge-1.0.1-release.aar")) + implementation(project(":authenticatorbridge")) implementation(project(":annotation")) implementation(project(":core")) diff --git a/app/libs/authenticatorbridge-1.0.1-release.aar b/app/libs/authenticatorbridge-1.0.1-release.aar deleted file mode 100644 index b48e12172fd..00000000000 Binary files a/app/libs/authenticatorbridge-1.0.1-release.aar and /dev/null differ diff --git a/authenticator/build.gradle.kts b/authenticator/build.gradle.kts index 5377556cbc0..5f2a7d67596 100644 --- a/authenticator/build.gradle.kts +++ b/authenticator/build.gradle.kts @@ -176,7 +176,7 @@ kotlin { dependencies { - implementation(files("libs/authenticatorbridge-1.0.1-release.aar")) + implementation(project(":authenticatorbridge")) implementation(project(":annotation")) implementation(project(":core")) diff --git a/authenticator/libs/authenticatorbridge-1.0.1-release.aar b/authenticator/libs/authenticatorbridge-1.0.1-release.aar deleted file mode 100644 index b48e12172fd..00000000000 Binary files a/authenticator/libs/authenticatorbridge-1.0.1-release.aar and /dev/null differ