Skip to content

Commit 358a450

Browse files
author
Yoav Sternberg
committed
Add gradle to readme
1 parent ac5311d commit 358a450

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ introduction of sample applications: simple circle, beanbird in circle
1414
# [Extra Tips](https://github.com/LGDeveloper/QCircle-Design-Template/wiki/Extra-Tips)
1515
how to utilize the LG QCircle design template that is irrelevant with developing applications
1616

17+
# Include in your project
18+
The QCircle-Design-Template Library is pushed to Maven Central, so you just need to add the following dependency to your `build.gradle`.
19+
20+
```groovy
21+
compile 'com.lge.developer:qcircle-design-template:1.0.0'
22+
```
23+
1724
# Directories
1825
- designTemplate: library module for QCircle design template
1926
- sample_SimpleCircle: sample application

0 commit comments

Comments
 (0)