mirror of
https://github.com/bitwarden/android.git
synced 2026-05-11 02:15:43 -05:00
Add suppression for unstable API (#1398)
This commit is contained in:
@@ -19,7 +19,7 @@ val userProperties = Properties().apply {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@Suppress("UnstableApiUsage")
|
||||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositories {
|
||||
|
||||
Reference in New Issue
Block a user