We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac5311d commit 358a450Copy full SHA for 358a450
1 file changed
README.md
@@ -14,6 +14,13 @@ introduction of sample applications: simple circle, beanbird in circle
14
# [Extra Tips](https://github.com/LGDeveloper/QCircle-Design-Template/wiki/Extra-Tips)
15
how to utilize the LG QCircle design template that is irrelevant with developing applications
16
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
24
# Directories
25
- designTemplate: library module for QCircle design template
26
- sample_SimpleCircle: sample application
0 commit comments