[CI SKIP] Resolving spelling error (#3001)

Corrected "at the expensive of" to "at the expense of."
This commit is contained in:
Jacket-Chan 2020-05-04 02:47:38 -10:00 committed by GitHub
parent 7493e43306
commit 7680f3f676
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ dependencies {
} }
``` ```
Notice that we're using `compileOnly` instead of `implementation`, since the app already contains it. You could use `implementation` instead, if it's a new dependency, or you prefer not to rely on whatever the main app has (at the expensive of app size). Notice that we're using `compileOnly` instead of `implementation`, since the app already contains it. You could use `implementation` instead, if it's a new dependency, or you prefer not to rely on whatever the main app has (at the expense of app size).
### Core stubs and libraries ### Core stubs and libraries