From 1f1fcf908cb5d89f09a36cf3ce0d5520d4fd392f Mon Sep 17 00:00:00 2001 From: dengdan154 <85711456+dengdan154@users.noreply.github.com> Date: Wed, 25 Jan 2023 12:28:00 -0600 Subject: [PATCH] fix(docs): Remove lifecycle viewmodel from setup (#5042) --- src/fragments/start/getting-started/android/setup.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/fragments/start/getting-started/android/setup.mdx b/src/fragments/start/getting-started/android/setup.mdx index 94d5a1916ea..331d61cb733 100644 --- a/src/fragments/start/getting-started/android/setup.mdx +++ b/src/fragments/start/getting-started/android/setup.mdx @@ -89,8 +89,6 @@ You should now have an empty Android project without Amplify. ```groovy implementation 'com.amplifyframework:aws-api:ANDROID_VERSION' implementation 'com.amplifyframework:aws-datastore:ANDROID_VERSION' - implementation "androidx.lifecycle:lifecycle-viewmodel:2.5.1" - implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1" ``` 4. Run **Gradle Sync**