[PM-18403] tech-debt: Consolidate Authenticator minSDK version, increasing it to API 29 (#7104)

This commit is contained in:
Álison Fernandes
2026-06-29 19:42:30 +00:00
committed by GitHub
parent 8389033292
commit adf6e2b519
10 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -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")