From 22d6a415c782a1bc0618b006e1d82af46a42c2df Mon Sep 17 00:00:00 2001 From: haroon amjad Date: Mon, 18 Sep 2023 16:41:34 +0300 Subject: [PATCH] build.gradle changes --- android/app/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/app/build.gradle b/android/app/build.gradle index 05a2f8df..f8fb47f9 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -143,6 +143,8 @@ dependencies { implementation 'com.facebook.stetho:stetho-urlconnection:1.5.1' implementation 'androidx.core:core-ktx:1.6.0' implementation 'androidx.appcompat:appcompat:1.3.1' + implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.0' + implementation 'androidx.work:work-runtime:2.7.0-alpha05' androidTestImplementation "androidx.test:core:1.4.0" // Lepu Libraries