mirror of
https://github.com/bitwarden/android.git
synced 2024-11-21 17:05:44 +03:00
Add suppression for unstable API (#1398)
This commit is contained in:
parent
bd099fd4ee
commit
5d5c5809d1
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ val userProperties = Properties().apply {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
@Suppress("UnstableApiUsage")
|
||||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositories {
|
||||
|
|
Loading…
Reference in a new issue