Skip to content

Commit

Permalink
Update 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
koji-1009 committed Jun 14, 2019
1 parent cfa2029 commit 7f7262a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Add it in your root build.gradle at the end of repositories:

```groovy
dependencies {
implementation 'com.github.studyplus:Studyplus-Android-SDK:2.5.0'
implementation 'com.github.studyplus:Studyplus-Android-SDK:2.5.1'
}
```

Expand Down
6 changes: 3 additions & 3 deletions sdk-example-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ dependencies {
implementation "androidx.appcompat:appcompat:${versions.appcompat}"
implementation "androidx.constraintlayout:constraintlayout:${versions.constraintLayout}"

implementation 'com.github.studyplus:Studyplus-Android-SDK:2.5.0'
implementation 'com.github.studyplus:Studyplus-Android-SDK:2.5.1'

testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
}
6 changes: 3 additions & 3 deletions sdk-example-kt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ dependencies {
implementation "androidx.appcompat:appcompat:${versions.appcompat}"
implementation "androidx.constraintlayout:constraintlayout:${versions.constraintLayout}"

implementation 'com.github.studyplus:Studyplus-Android-SDK:2.5.0'
implementation 'com.github.studyplus:Studyplus-Android-SDK:2.5.1'

testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
}

0 comments on commit 7f7262a

Please sign in to comment.