Skip to content

Commit 7f7262a

Browse files
committed
Update 2.5.1
1 parent cfa2029 commit 7f7262a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

sdk-example-java/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

sdk-example-kt/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)