This repository was archived by the owner on Jun 28, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
src/main/java/jp/studyplus/android/sdk/record Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
buildscript {
4
- ext. kotlin_version = ' 1.3.10 '
4
+ ext. kotlin_version = ' 1.3.21 '
5
5
ext. versions = [
6
6
' compileSdk' : 27 ,
7
7
' minSdk' : 16 ,
@@ -14,7 +14,7 @@ buildscript {
14
14
jcenter()
15
15
}
16
16
dependencies {
17
- classpath ' com.android.tools.build:gradle:3.2.1 '
17
+ classpath ' com.android.tools.build:gradle:3.3.2 '
18
18
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
19
19
}
20
20
}
Original file line number Diff line number Diff line change 1
- # Tue Oct 30 15:28:34 JST 2018
1
+ # Wed Mar 27 11:30:00 JST 2019
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-4.6 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.1 -all.zip
Original file line number Diff line number Diff line change @@ -72,11 +72,11 @@ dependencies {
72
72
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
73
73
implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
74
74
75
- def coroutines = " 1.0 .1"
75
+ def coroutines = " 1.1 .1"
76
76
implementation " org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines "
77
77
implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines "
78
78
79
- def okhttp = " 3.12.0 "
79
+ def okhttp = " 3.12.1 "
80
80
implementation " com.squareup.okhttp3:okhttp:$okhttp "
81
81
82
82
testImplementation ' junit:junit:4.12'
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class StudyRecord {
19
19
put(" recorded_at" , recordedTime)
20
20
put(" duration" , duration)
21
21
put(" comment" , comment)
22
- put(" amountTotal " , amountTotal)
22
+ put(" amount " , amountTotal)
23
23
put(" start_position" , startPosition)
24
24
put(" end_position" , endPosition)
25
25
}.toString()
You can’t perform that action at this time.
0 commit comments