File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Add it in your root build.gradle at the end of repositories:
24
24
25
25
``` groovy
26
26
dependencies {
27
- implementation 'com.github.studyplus:Studyplus-Android-SDK:2.5.0 '
27
+ implementation 'com.github.studyplus:Studyplus-Android-SDK:2.5.1 '
28
28
}
29
29
```
30
30
Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ dependencies {
37
37
implementation " androidx.appcompat:appcompat:${ versions.appcompat} "
38
38
implementation " androidx.constraintlayout:constraintlayout:${ versions.constraintLayout} "
39
39
40
- implementation ' com.github.studyplus:Studyplus-Android-SDK:2.5.0 '
40
+ implementation ' com.github.studyplus:Studyplus-Android-SDK:2.5.1 '
41
41
42
42
testImplementation ' junit:junit:4.12'
43
- androidTestImplementation ' androidx.test.ext:junit:1.1.0 '
44
- androidTestImplementation ' androidx.test.espresso:espresso-core:3.1.1 '
43
+ androidTestImplementation ' androidx.test.ext:junit:1.1.1 '
44
+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0 '
45
45
}
Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ dependencies {
36
36
implementation " androidx.appcompat:appcompat:${ versions.appcompat} "
37
37
implementation " androidx.constraintlayout:constraintlayout:${ versions.constraintLayout} "
38
38
39
- implementation ' com.github.studyplus:Studyplus-Android-SDK:2.5.0 '
39
+ implementation ' com.github.studyplus:Studyplus-Android-SDK:2.5.1 '
40
40
41
41
testImplementation ' junit:junit:4.12'
42
- androidTestImplementation ' androidx.test.ext:junit:1.1.0 '
43
- androidTestImplementation ' androidx.test.espresso:espresso-core:3.1.1 '
42
+ androidTestImplementation ' androidx.test.ext:junit:1.1.1 '
43
+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0 '
44
44
}
You can’t perform that action at this time.
0 commit comments