Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Farache committed Mar 19, 2014
1 parent 9911140 commit 25a4648
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ If your Android project is using Gradle as the build system, you can add Liferay
Android SDK as a dependency to your project, all versions are available at the
JCenter Maven repository:

```groovy
repositories {
jcenter()
}

dependencies {
compile group: 'com.liferay.mobile', name: 'liferay-android-sdk', version: '6.2.0.1'
}
```
```groovy
repositories {
jcenter()
}
dependencies {
compile group: 'com.liferay.mobile', name: 'liferay-android-sdk', version: '6.2.0.1'
}
```

You can do the same and add to your pom.xml if you are using Maven.

Expand Down

0 comments on commit 25a4648

Please sign in to comment.