mirror of
https://github.com/bitwarden/android.git
synced 2025-12-10 09:56:45 -06:00
🍒Bump authenticatorbridge to 1.0.1 (#5248)
This commit is contained in:
parent
dc3ee85d16
commit
e738b458ef
@ -211,7 +211,7 @@ dependencies {
|
||||
add("standardImplementation", dependencyNotation)
|
||||
}
|
||||
|
||||
implementation(files("libs/authenticatorbridge-1.0.0-release.aar"))
|
||||
implementation(files("libs/authenticatorbridge-1.0.1-release.aar"))
|
||||
|
||||
implementation(project(":core"))
|
||||
implementation(project(":data"))
|
||||
|
||||
Binary file not shown.
@ -149,7 +149,7 @@ kotlin {
|
||||
|
||||
dependencies {
|
||||
|
||||
implementation(files("libs/authenticatorbridge-1.0.0-release.aar"))
|
||||
implementation(files("libs/authenticatorbridge-1.0.1-release.aar"))
|
||||
|
||||
implementation(project(":core"))
|
||||
implementation(project(":data"))
|
||||
|
||||
Binary file not shown.
@ -7,6 +7,13 @@ v1.1.0 (pending)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
v1.0.1
|
||||
--------
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- Correctly set the `AccountSyncState` to `SyncNotEnabled` after binding to the service if the previous state was `AppNotInstalled`.
|
||||
|
||||
v1.0.0
|
||||
--------
|
||||
Initial release.
|
||||
Initial release.
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
|
||||
|
||||
// For more info on versioning, see the README.
|
||||
val version = "1.0.0"
|
||||
val version = "1.0.1"
|
||||
|
||||
plugins {
|
||||
alias(libs.plugins.android.library)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user