mirror of
https://github.com/bitwarden/android.git
synced 2026-08-02 21:52:21 -05:00
[PM-18403] tech-debt: Consolidate Authenticator minSDK version, increasing it to API 29 (#7104)
This commit is contained in:
@@ -18,7 +18,7 @@ configure<LibraryExtension> {
|
||||
// Set the minimum SDK version to the SDK version used by Authenticator, which is the lowest
|
||||
// universally supported SDK version.
|
||||
minSdk {
|
||||
version = release(libs.versions.minSdkBwa.get().toInt())
|
||||
version = release(libs.versions.minSdk.get().toInt())
|
||||
}
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
consumerProguardFiles("consumer-rules.pro")
|
||||
|
||||
Reference in New Issue
Block a user