We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e53c4b8 commit ede623bCopy full SHA for ede623b
1 file changed
README.md
@@ -17,7 +17,9 @@ repositories {
17
mavenCentral()
18
}
19
dependencies {
20
- compile 'jp.studyplus.android.sdk:studyplus-android-sdk:1.0.3'
+ compile ('jp.studyplus.android.sdk:studyplus-android-sdk:1.0.3@aar') {
21
+ transitive = true
22
+ }
23
24
```
25
0 commit comments