Skip to content

Commit 1f35caf

Browse files
author
Studyplus
committed
Merge pull request #14 from studyplus/fix-README
README の更新
2 parents e53c4b8 + ede623b commit 1f35caf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ repositories {
1717
mavenCentral()
1818
}
1919
dependencies {
20-
compile 'jp.studyplus.android.sdk:studyplus-android-sdk:1.0.3'
20+
compile ('jp.studyplus.android.sdk:studyplus-android-sdk:1.0.3@aar') {
21+
transitive = true
22+
}
2123
}
2224
```
2325

0 commit comments

Comments
 (0)