File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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:
2424
2525``` groovy
2626 dependencies {
27- implementation 'com.github.studyplus:Studyplus-Android-SDK:2.5.0 '
27+ implementation 'com.github.studyplus:Studyplus-Android-SDK:2.5.1 '
2828 }
2929```
3030
Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ dependencies {
3737 implementation " androidx.appcompat:appcompat:${ versions.appcompat} "
3838 implementation " androidx.constraintlayout:constraintlayout:${ versions.constraintLayout} "
3939
40- implementation ' com.github.studyplus:Studyplus-Android-SDK:2.5.0 '
40+ implementation ' com.github.studyplus:Studyplus-Android-SDK:2.5.1 '
4141
4242 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 '
4545}
Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ dependencies {
3636 implementation " androidx.appcompat:appcompat:${ versions.appcompat} "
3737 implementation " androidx.constraintlayout:constraintlayout:${ versions.constraintLayout} "
3838
39- implementation ' com.github.studyplus:Studyplus-Android-SDK:2.5.0 '
39+ implementation ' com.github.studyplus:Studyplus-Android-SDK:2.5.1 '
4040
4141 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 '
4444}
You can’t perform that action at this time.
0 commit comments