Skip to content

Commit 64cae9e

Browse files
committed
Update README.md
1 parent 9e8ba80 commit 64cae9e

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,30 @@
11
Studyplus-Android-SDK
22
=====================
3+
4+
Studyplus SDK for Android
5+
6+
##Requirement
7+
8+
* Android 2.2+
9+
* [Studyplus App 2.14+](https://play.google.com/store/apps/details?id=jp.studyplus.android.app)
10+
11+
##Import in your Project
12+
13+
Graddle Project
14+
15+
```
16+
repositories {
17+
maven { url 'http://raw.github.com/studyplus/Studyplus-Android-SDK/master/repository' }
18+
}
19+
dependencies {
20+
compile 'jp.studyplus.android.sdk:studyplus-android-sdk:1.0.0'
21+
}
22+
```
23+
24+
##Usage
25+
26+
Coming Soon
27+
28+
##License
29+
30+
* [MIT License](http://opensource.org/licenses/MIT)

0 commit comments

Comments
 (0)