We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e8ba80 commit 64cae9eCopy full SHA for 64cae9e
README.md
@@ -1,2 +1,30 @@
1
Studyplus-Android-SDK
2
=====================
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