diff --git a/app/build.gradle b/app/build.gradle index 07901bc..062884e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -40,7 +40,7 @@ dependencies { implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.2" implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.core:core-ktx:1.3.2' - implementation 'androidx.constraintlayout:constraintlayout:2.0.4' + implementation 'androidx.constraintlayout:constraintlayout:2.1.4' // base Spokestack dependency implementation "io.spokestack:spokestack-android:$spokestack_version"