Skip to content

Commit aa2d397

Browse files
committed
2.7.0
1 parent 5e58ba2 commit aa2d397

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Add it in your root build.gradle at the end of repositories:
2525

2626
```groovy
2727
dependencies {
28-
implementation 'com.github.studyplus:Studyplus-Android-SDK:2.6.2'
28+
implementation 'com.github.studyplus:Studyplus-Android-SDK:2.7.0'
2929
}
3030
```
3131

@@ -74,7 +74,7 @@ Create a record and post.
7474
val record = StudyRecord(
7575
duration = 2 * 60,
7676
amount = StudyRecordAmountTotal(30),
77-
comment = "勉強した!!!"
77+
comment = "勉強した!!!",
7878
)
7979
Studyplus.instance.postRecord(this@MainActivity, record,
8080
object : Studyplus.Companion.OnPostRecordListener {
@@ -93,7 +93,7 @@ Studyplus.instance.postRecord(this@MainActivity, record,
9393

9494
### More
9595

96-
- 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).
96+
- 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).
9797

9898
### License
9999

0 commit comments

Comments
 (0)