We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e53c4b8 + ede623b commit 1f35cafCopy full SHA for 1f35caf
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