This repository was archived by the owner on Jun 28, 2019. It is now read-only.
File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ repositories {
16
16
mavenCentral()
17
17
}
18
18
dependencies {
19
- implementation 'jp.studyplus.android.sdk:studyplus-android-sdk2:2.2.0 '
19
+ implementation 'jp.studyplus.android.sdk:studyplus-android-sdk2:2.2.1 '
20
20
}
21
21
```
22
22
@@ -26,7 +26,7 @@ dependencies {
26
26
<dependency>
27
27
<groupId>jp.studyplus.android.sdk</groupId>
28
28
<artifactId>studyplus-android-sdk2</artifactId>
29
- <version>2.1.2 </version>
29
+ <version>2.2.1 </version>
30
30
</dependency>
31
31
```
32
32
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dependencies {
33
33
implementation " com.android.support:appcompat-v7:${ versions.supportLibrary} "
34
34
implementation " com.android.support.constraint:constraint-layout:${ versions.constraintLayout} "
35
35
36
- implementation ' jp.studyplus.android.sdk:studyplus-android-sdk2:2.2.0 '
36
+ implementation ' jp.studyplus.android.sdk:studyplus-android-sdk2:2.2.1 '
37
37
38
38
testImplementation ' junit:junit:4.12'
39
39
androidTestImplementation ' com.android.support.test:runner:1.0.2'
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies {
32
32
implementation " com.android.support:appcompat-v7:${ versions.supportLibrary} "
33
33
implementation " com.android.support.constraint:constraint-layout:${ versions.constraintLayout} "
34
34
35
- implementation ' jp.studyplus.android.sdk:studyplus-android-sdk2:2.2.0 '
35
+ implementation ' jp.studyplus.android.sdk:studyplus-android-sdk2:2.2.1 '
36
36
37
37
testImplementation ' junit:junit:4.12'
38
38
androidTestImplementation ' com.android.support.test:runner:1.0.2'
You can’t perform that action at this time.
0 commit comments