Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

fix how to download #59

Merged
merged 1 commit into from Sep 2, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 2 additions & 10 deletions README.md
Expand Up @@ -25,16 +25,8 @@ Download

Via Gradle

```
repositories {
mavenCentral()
maven { url 'https://raw.github.com/mixi-inc/Android-Device-Compatibility/master/repository/' }
}
android {
dependencies {
compile 'jp.mixi.compatibility:AndroidDeviceCompatibility:0.1.0'
}
}
```groovy
compile 'jp.mixi:AndroidDeviceCompatibility:2.0.0'
```

Contributing
Expand Down