This commit is contained in:
Vlad Filyakov 2019-04-19 09:29:00 -07:00 коммит произвёл GitHub
Родитель 4601df50e0
Коммит 960ad06388
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -47,6 +47,8 @@ API 19+
### 1. Using Gradle
- Our library is published through JCenter, so make sure the `jcenter()` repository has been added to your project level build.gradle file (which usually is automatic).
- Inside the dependency block in your build.gradle, add this line for the OfficeUIFabric library:
```gradle
dependencies {
@ -56,8 +58,6 @@ dependencies {
}
```
- Our library is published through JCenter, so make sure the `jcenter()` repository has been added to your project level build.gradle file (which usually is automatic).
- Make sure you replace `$version` with the latest version of OfficeUIFabric.
### 2. Using Maven
@ -110,4 +110,4 @@ We use [GitHub Releases](https://github.com/blog/1547-release-your-software) to
## License
All files on the Office UI Fabric for Android GitHub repository are subject to the MIT license. Please read the [LICENSE](LICENSE) file at the root of the project.
All files on the Office UI Fabric for Android GitHub repository are subject to the MIT license. Please read the [LICENSE](LICENSE) file at the root of the project.