Skip to content

Commit

Permalink
2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koji-1009 committed Mar 1, 2021
1 parent 5e58ba2 commit aa2d397
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Add it in your root build.gradle at the end of repositories:

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

Expand Down Expand Up @@ -74,7 +74,7 @@ Create a record and post.
val record = StudyRecord(
duration = 2 * 60,
amount = StudyRecordAmountTotal(30),
comment = "勉強した!!!"
comment = "勉強した!!!",
)
Studyplus.instance.postRecord(this@MainActivity, record,
object : Studyplus.Companion.OnPostRecordListener {
Expand All @@ -93,7 +93,7 @@ Studyplus.instance.postRecord(this@MainActivity, record,

### More

- See also [actual examples with Kotlin](https://github.com/studyplus/Studyplus-Android-SDK/blob/master/sdk-example-kt/src/main/java/jp/studyplus/android/sdk_example_kt/MainActivity.kt).
- See also [Sample Project](https://github.com/studyplus/Studyplus-Android-SDK/blob/master/sdk-example-kt/src/main/java/jp/studyplus/android/sdk_example_kt/MainActivity.kt).

### License

Expand Down

0 comments on commit aa2d397

Please sign in to comment.