File tree Expand file tree Collapse file tree
kinestexsdkkotlin/src/main/java/com/kinestex/kinestexsdkkotlin Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,15 +38,15 @@ android {
3838}
3939
4040dependencies {
41- // implementation(project(":kinestexsdkkotlin"))
41+ implementation(project(" :kinestexsdkkotlin" ))
4242 implementation(" androidx.core:core-ktx:1.9.0" )
4343 implementation(" com.google.code.gson:gson:2.8.8" )
4444 implementation(" androidx.appcompat:appcompat:1.6.1" )
4545 implementation(" com.google.android.material:material:1.11.0" )
4646 implementation(" androidx.constraintlayout:constraintlayout:2.1.4" )
4747 testImplementation(" junit:junit:4.13.2" )
4848 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")
5050 androidTestImplementation(" androidx.test.espresso:espresso-core:3.5.1" )
5151 implementation(" androidx.activity:activity-ktx:1.9.0" )
5252 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(
116116
117117data class WorkoutSummary (
118118 val title : String ,
119- val id : String
119+ val id : String ,
120+ val imgURL : String ,
121+ val calories : Double? ,
122+ val total_minutes : Int?
120123)
121124
122125enum class ContentType (val value : String ) {
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ pluginManagement {
1616
1717rootProject.name = " KinesteXSDKKotlin"
1818include(" :app" )
19- // include(":kinestexsdkkotlin")
19+ include(" :kinestexsdkkotlin" )
You can’t perform that action at this time.
0 commit comments