Skip to content

Commit 9e501c2

Browse files
committed
version update
1 parent f103c86 commit 9e501c2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencyResolutionManagement {
4545
Add the KinesteX SDK dependency in your app’s `build.gradle`:
4646

4747
```gradle
48-
implementation("com.github.KinesteX:KinesteXSDKKotlin:1.1.2")
48+
implementation("com.github.KinesteX:KinesteXSDKKotlin:1.1.4")
4949
5050
```
5151

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ android {
3838
}
3939

4040
dependencies {
41-
implementation(project(":kinestexsdkkotlin"))
41+
// implementation(project(":kinestexsdkkotlin"))
4242
implementation("androidx.core:core-ktx:1.9.0")
4343
implementation("androidx.appcompat:appcompat:1.6.1")
4444
implementation("com.google.android.material:material:1.11.0")
4545
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
4646
testImplementation("junit:junit:4.13.2")
4747
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")
4949
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
5050
implementation("androidx.activity:activity-ktx:1.9.0")
5151
implementation("androidx.lifecycle:lifecycle-livedata-ktx:2.8.1")

kinestexsdkkotlin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ afterEvaluate {
3939
from(components["release"])
4040
groupId = "com.github.KinesteX"
4141
artifactId = "kinestexsdkkotlin"
42-
version = "1.1.3"
42+
version = "1.1.4"
4343

4444
pom {
4545
name.set("KinesteX SDK Kotlin")

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ pluginManagement {
1616

1717
rootProject.name = "KinesteXSDKKotlin"
1818
include(":app")
19-
include(":kinestexsdkkotlin")
19+
//include(":kinestexsdkkotlin")

0 commit comments

Comments
 (0)