File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
kinestexsdkkotlin/src/main/java/com/kinestex/kinestexsdkkotlin Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -38,15 +38,15 @@ android {
38
38
}
39
39
40
40
dependencies {
41
- // implementation(project(":kinestexsdkkotlin"))
41
+ implementation(project(" :kinestexsdkkotlin" ))
42
42
implementation(" androidx.core:core-ktx:1.9.0" )
43
43
implementation(" com.google.code.gson:gson:2.8.8" )
44
44
implementation(" androidx.appcompat:appcompat:1.6.1" )
45
45
implementation(" com.google.android.material:material:1.11.0" )
46
46
implementation(" androidx.constraintlayout:constraintlayout:2.1.4" )
47
47
testImplementation(" junit:junit:4.13.2" )
48
48
androidTestImplementation(" androidx.test.ext:junit:1.1.5" )
49
- implementation(" com.github.KinesteX:KinesteX-SDK-Kotlin:1.1.8" )
49
+ // implementation("com.github.KinesteX:KinesteX-SDK-Kotlin:1.1.8")
50
50
androidTestImplementation(" androidx.test.espresso:espresso-core:3.5.1" )
51
51
implementation(" androidx.activity:activity-ktx:1.9.0" )
52
52
implementation(" androidx.lifecycle:lifecycle-livedata-ktx:2.8.1" )
Original file line number Diff line number Diff line change @@ -116,7 +116,10 @@ data class PlanDay(
116
116
117
117
data class WorkoutSummary (
118
118
val title : String ,
119
- val id : String
119
+ val id : String ,
120
+ val imgURL : String ,
121
+ val calories : Double? ,
122
+ val total_minutes : Int?
120
123
)
121
124
122
125
enum class ContentType (val value : String ) {
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ pluginManagement {
16
16
17
17
rootProject.name = " KinesteXSDKKotlin"
18
18
include(" :app" )
19
- // include(":kinestexsdkkotlin")
19
+ include(" :kinestexsdkkotlin" )
You can’t perform that action at this time.
0 commit comments