Skip to content

Commit 743d7d5

Browse files
committed
README更新, サンプルコード更新
1 parent a6485a7 commit 743d7d5

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repositories {
1616
mavenCentral()
1717
}
1818
dependencies {
19-
implementation 'jp.studyplus.android.sdk:studyplus-android-sdk2:2.0.2'
19+
implementation 'jp.studyplus.android.sdk:studyplus-android-sdk2:2.1.0'
2020
}
2121
```
2222

@@ -26,7 +26,7 @@ dependencies {
2626
<dependency>
2727
<groupId>jp.studyplus.android.sdk</groupId>
2828
<artifactId>studyplus-android-sdk2</artifactId>
29-
<version>2.0.2</version>
29+
<version>2.1.0</version>
3030
</dependency>
3131
```
3232

sdk-example-java/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ dependencies {
3333
implementation "com.android.support:appcompat-v7:${versions.supportLibrary}"
3434
implementation "com.android.support.constraint:constraint-layout:${versions.constraintLayout}"
3535

36-
implementation ('jp.studyplus.android.sdk:studyplus-android-sdk2:2.0.0@aar') {
37-
transitive = true
38-
}
36+
implementation 'jp.studyplus.android.sdk:studyplus-android-sdk2:2.1.0'
3937

4038
testImplementation 'junit:junit:4.12'
4139
androidTestImplementation 'com.android.support.test:runner:1.0.2'

sdk-example-kt/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ dependencies {
3232
implementation "com.android.support:appcompat-v7:${versions.supportLibrary}"
3333
implementation "com.android.support.constraint:constraint-layout:${versions.constraintLayout}"
3434

35-
implementation ('jp.studyplus.android.sdk:studyplus-android-sdk2:2.0.0@aar') {
36-
transitive = true
37-
}
35+
implementation 'jp.studyplus.android.sdk:studyplus-android-sdk2:2.1.0'
3836

3937
testImplementation 'junit:junit:4.12'
4038
androidTestImplementation 'com.android.support.test:runner:1.0.2'

0 commit comments

Comments
 (0)