File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ dependencyResolutionManagement {
45
45
Add the KinesteX SDK dependency in your app’s ` build.gradle ` :
46
46
47
47
``` gradle
48
- implementation("com.github.KinesteX:KinesteXSDKKotlin:1.1.2 ")
48
+ implementation("com.github.KinesteX:KinesteXSDKKotlin:1.1.4 ")
49
49
50
50
```
51
51
Original file line number Diff line number Diff line change @@ -38,14 +38,14 @@ 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(" androidx.appcompat:appcompat:1.6.1" )
44
44
implementation(" com.google.android.material:material:1.11.0" )
45
45
implementation(" androidx.constraintlayout:constraintlayout:2.1.4" )
46
46
testImplementation(" junit:junit:4.13.2" )
47
47
androidTestImplementation(" androidx.test.ext:junit:1.1.5" )
48
- // implementation("com.github.KinesteX:KinesteX-SDK-Kotlin:1.1.2 ")
48
+ implementation(" com.github.KinesteX:KinesteX-SDK-Kotlin:1.1.4 " )
49
49
androidTestImplementation(" androidx.test.espresso:espresso-core:3.5.1" )
50
50
implementation(" androidx.activity:activity-ktx:1.9.0" )
51
51
implementation(" androidx.lifecycle:lifecycle-livedata-ktx:2.8.1" )
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ afterEvaluate {
39
39
from(components[" release" ])
40
40
groupId = " com.github.KinesteX"
41
41
artifactId = " kinestexsdkkotlin"
42
- version = " 1.1.3 "
42
+ version = " 1.1.4 "
43
43
44
44
pom {
45
45
name.set(" KinesteX SDK Kotlin" )
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