diff --git a/examples/example-clientlib-ktx-app/app/build.gradle b/examples/example-clientlib-ktx-app/app/build.gradle index 948f8d415..145fba432 100644 --- a/examples/example-clientlib-ktx-app/app/build.gradle +++ b/examples/example-clientlib-ktx-app/app/build.gradle @@ -77,7 +77,7 @@ dependencies { implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0' implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.7.0' implementation 'androidx.activity:activity-compose:1.8.2' - implementation "androidx.hilt:hilt-navigation-compose:1.1.0" + implementation "androidx.hilt:hilt-navigation-compose:1.2.0" implementation "com.google.dagger:hilt-android:2.50" kapt "com.google.dagger:hilt-compiler:2.50"