diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 2bf1987..97e57d3 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -223,6 +223,7 @@ dependencies { implementation(libs.androidx.lifecycle.viewmodel.compose) implementation(libs.androidx.lifecycle.runtime.compose) implementation(libs.kotlinx.coroutines.android) + implementation(libs.androidx.work.runtime) // Required by the uniffi bindings — see the catalog note on the @aar // classifier; the plain jar builds fine and fails at runtime. diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 09953ca..562c9df 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -8,6 +8,14 @@ --> + +